BiPredicate<IN1,IN2>nl.talsmasoftware.context.functions.BiPredicateWithContextpublic class BiPredicateWithContext<IN1,IN2>
extends nl.talsmasoftware.context.functions.BiPredicateWithContext<IN1,IN2>
BiPredicate that reactivates a context snapshot before
calling a delegate.BiPredicateWithContext| Constructor | Description |
|---|---|
BiPredicateWithContext(ContextSnapshot snapshot,
BiPredicate<IN1,IN2> delegate) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected Optional<Consumer<nl.talsmasoftware.context.ContextSnapshot>> |
consumer() |
negateand, or, testpublic BiPredicateWithContext(ContextSnapshot snapshot, BiPredicate<IN1,IN2> delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.