public class FunctionWithContext<IN,OUT> extends WrapperWithContext<Function<IN,OUT>> implements Function<IN,OUT>
Function that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
FunctionWithContext(ContextSnapshot snapshot,
Function<IN,OUT> delegate) |
| Modifier and Type | Method and Description |
|---|---|
<V> Function<IN,V> |
andThen(Function<? super OUT,? extends V> after) |
OUT |
apply(IN in) |
<V> Function<V,OUT> |
compose(Function<? super V,? extends IN> before) |
equals, hashCode, toStringdelegate, nonNullDelegateCopyright © 2016–2017 Talsma ICT. All rights reserved.