BiFunction<IN1,IN2,OUT>nl.talsmasoftware.context.functions.BiFunctionWithContextpublic class BiFunctionWithContext<IN1,IN2,OUT>
extends nl.talsmasoftware.context.functions.BiFunctionWithContext<IN1,IN2,OUT>
BiFunction that reactivates a context snapshot before
calling a delegate.BiFunctionWithContext| Constructor | Description |
|---|---|
BiFunctionWithContext(ContextSnapshot snapshot,
BiFunction<IN1,IN2,OUT> delegate) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Optional<Consumer<nl.talsmasoftware.context.ContextSnapshot>> |
consumer() |
andThen, applypublic BiFunctionWithContext(ContextSnapshot snapshot, BiFunction<IN1,IN2,OUT> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.