public class BiConsumerWithContext<T,U> extends WrapperWithContext<BiConsumer<T,U>> implements BiConsumer<T,U>
BiConsumer that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
BiConsumerWithContext(ContextSnapshot snapshot,
BiConsumer<T,U> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T t,
U u) |
BiConsumer<T,U> |
andThen(BiConsumer<? super T,? super U> after) |
equals, hashCode, toStringdelegate, nonNullDelegatepublic BiConsumerWithContext(ContextSnapshot snapshot, BiConsumer<T,U> delegate)
public BiConsumer<T,U> andThen(BiConsumer<? super T,? super U> after)
andThen in interface BiConsumer<T,U>Copyright © 2016–2017 Talsma ICT. All rights reserved.