java.util.function.BooleanSupplierpublic class BooleanSupplierWithContext extends WrapperWithContext<java.util.function.BooleanSupplier> implements java.util.function.BooleanSupplier
BooleanSupplier that reactivates a context snapshot before
calling a delegate.consumer, snapshot| Constructor | Description |
|---|---|
BooleanSupplierWithContext(ContextSnapshot snapshot,
java.util.function.BooleanSupplier delegate) |
|
BooleanSupplierWithContext(ContextSnapshot snapshot,
java.util.function.BooleanSupplier delegate,
java.util.function.Consumer<ContextSnapshot> consumer) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getAsBoolean() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitdelegate, nonNullDelegateequals, hashCode, toStringpublic BooleanSupplierWithContext(ContextSnapshot snapshot, java.util.function.BooleanSupplier delegate)
public BooleanSupplierWithContext(ContextSnapshot snapshot, java.util.function.BooleanSupplier delegate, java.util.function.Consumer<ContextSnapshot> consumer)
Copyright © 2016–2018 Talsma ICT. All rights reserved.