public class BooleanSupplierWithContext extends WrapperWithContext<BooleanSupplier> implements BooleanSupplier
BooleanSupplier that reactivates a context snapshot before
calling a delegate.snapshot| Constructor and Description |
|---|
BooleanSupplierWithContext(ContextSnapshot snapshot,
BooleanSupplier delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsBoolean() |
equals, hashCode, toStringdelegate, nonNullDelegatepublic BooleanSupplierWithContext(ContextSnapshot snapshot, BooleanSupplier delegate)
public boolean getAsBoolean()
getAsBoolean in interface BooleanSupplierCopyright © 2016–2018 Talsma ICT. All rights reserved.