Interface TerminalStage<R extends FilterResult>

Type Parameters:
R - filter result
All Known Subinterfaces:
CloseOrTerminalStage<R>

public interface TerminalStage<R extends FilterResult>
Interface supporting the FilterResultBuilder fluent API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Constructs the filter result.
    Produces the filter result contained within a completed CompletionStage.
  • Method Details

    • build

      R build()
      Constructs the filter result.
      Returns:
      filter result
    • completed

      CompletionStage<R> completed()
      Produces the filter result contained within a completed CompletionStage.
      Returns:
      completion stage contain the filter result.