BiFunction<T,T,T>, BinaryOperator<T>nl.talsmasoftware.context.functions.BinaryOperatorWithContextpublic class BinaryOperatorWithContext<T>
extends nl.talsmasoftware.context.functions.BinaryOperatorWithContext<T>
BinaryOperator that reactivates a context snapshot before
calling a delegate.BinaryOperatorWithContext| Constructor | Description |
|---|---|
BinaryOperatorWithContext(ContextSnapshot snapshot,
BinaryOperator<T> delegate) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Optional<Consumer<nl.talsmasoftware.context.ContextSnapshot>> |
consumer() |
andThen, applyandThen, applymaxBy, minBypublic BinaryOperatorWithContext(ContextSnapshot snapshot, BinaryOperator<T> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.