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.snapshot| Constructor and Description |
|---|
BiConsumerWithContext(ContextSnapshot snapshot,
java.util.function.BiConsumer<T,U> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u) |
java.util.function.BiConsumer<T,U> |
andThen(java.util.function.BiConsumer<? super T,? super U> after) |
equals, hashCode, toStringdelegate, nonNullDelegatepublic BiConsumerWithContext(ContextSnapshot snapshot, java.util.function.BiConsumer<T,U> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.