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 TypeMethodDescriptionbuild()Constructs the filter result.Produces the filter result contained within a completedCompletionStage.
-
Method Details
-
build
R build()Constructs the filter result.- Returns:
- filter result
-
completed
CompletionStage<R> completed()Produces the filter result contained within a completedCompletionStage.- Returns:
- completion stage contain the filter result.
-