java.util.function.BiConsumer<T,U>public class BiConsumerWithContext<T,U> extends WrapperWithContext<java.util.function.BiConsumer<T,U>> implements java.util.function.BiConsumer<T,U>
BiConsumer that reactivates a context snapshot before
calling a delegate.consumer, snapshot| Constructor | Description |
|---|---|
BiConsumerWithContext(ContextSnapshot snapshot,
java.util.function.BiConsumer<T,U> delegate) |
|
BiConsumerWithContext(ContextSnapshot snapshot,
java.util.function.BiConsumer<T,U> delegate,
java.util.function.Consumer<ContextSnapshot> consumer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(T t,
U u) |
|
java.util.function.BiConsumer<T,U> |
andThen(java.util.function.BiConsumer<? super T,? super U> after) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitdelegate, nonNullDelegateequals, hashCode, toStringpublic BiConsumerWithContext(ContextSnapshot snapshot, java.util.function.BiConsumer<T,U> delegate)
public BiConsumerWithContext(ContextSnapshot snapshot, java.util.function.BiConsumer<T,U> delegate, java.util.function.Consumer<ContextSnapshot> consumer)
Copyright © 2016–2018 Talsma ICT. All rights reserved.