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