Interface ClosingFuture.ValueAndCloserConsumer<V extends @Nullable java.lang.Object>
-
- Type Parameters:
V
- the type of the final value of a successful pipeline
- Enclosing class:
- ClosingFuture<V extends @Nullable java.lang.Object>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ClosingFuture.ValueAndCloserConsumer<V extends @Nullable java.lang.Object>
Represents an operation that accepts aClosingFuture.ValueAndCloser
for the last step in aClosingFuture
pipeline.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(ClosingFuture.ValueAndCloser<V> valueAndCloser)
Accepts aClosingFuture.ValueAndCloser
for the last step in aClosingFuture
pipeline.
-
-
-
Method Detail
-
accept
void accept(ClosingFuture.ValueAndCloser<V> valueAndCloser)
Accepts aClosingFuture.ValueAndCloser
for the last step in aClosingFuture
pipeline.
-
-