Interface IssueCapture<R>


public interface IssueCapture<R>
Capture of CompilerIssue.
Author:
Daniel Sagenschneider
  • Method Details

    • getReturnValue

      R getReturnValue()
      Obtains the return value from the Supplier.
      Returns:
      Return value.
    • getCompilerIssues

      CompilerIssue[] getCompilerIssues()
      Obtains the CompilerIssue instances of the capture.
      Returns:
      CompilerIssue instances of the capture. If no CompilerIssue instances, then will return empty array.