BiConsumer<T,U>nl.talsmasoftware.context.functions.BiConsumerWithContextpublic class BiConsumerWithContext<T,U>
extends nl.talsmasoftware.context.functions.BiConsumerWithContext<T,U>
BiConsumer that reactivates a context snapshot before
calling a delegate.BiConsumerWithContext| Constructor | Description |
|---|---|
BiConsumerWithContext(ContextSnapshot snapshot,
BiConsumer<T,U> delegate) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Optional<Consumer<nl.talsmasoftware.context.ContextSnapshot>> |
consumer() |
accept, andThenpublic BiConsumerWithContext(ContextSnapshot snapshot, BiConsumer<T,U> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.