| Class | Description |
|---|---|
| BiConsumerWithContext<T,U> |
A wrapper for
BiConsumer that reactivates a context snapshot before
calling a delegate. |
| BiFunctionWithContext<IN1,IN2,OUT> |
A wrapper for
BiFunction that reactivates a context snapshot before
calling a delegate. |
| BinaryOperatorWithContext<T> |
A wrapper for
BinaryOperator that reactivates a context snapshot before
calling a delegate. |
| BiPredicateWithContext<IN1,IN2> |
A wrapper for
BiPredicate that reactivates a context snapshot before
calling a delegate. |
| BooleanSupplierWithContext |
A wrapper for
BooleanSupplier that reactivates a context snapshot before
calling a delegate. |
| ConsumerWithContext<T> |
A wrapper for
Consumer that reactivates a context snapshot before
calling a delegate. |
| FunctionWithContext<IN,OUT> |
A wrapper for
Function that reactivates a context snapshot before
calling a delegate. |
| PredicateWithContext<T> |
A wrapper for
Predicate that reactivates a context snapshot before
calling a delegate. |
| RunnableWithContext |
A wrapper for
Runnable that reactivates a context snapshot before
calling a delegate. |
| SupplierWithContext<T> |
A wrapper for
Supplier that reactivates a context snapshot before
calling a delegate. |
| UnaryOperatorWithContext<T> |
A wrapper for
UnaryOperator that reactivates a context snapshot before
calling a delegate. |
Copyright © 2016–2018 Talsma ICT. All rights reserved.