Package io.deephaven.util.function
Interface ThrowingBooleanSupplier<E extends Exception>
- Type Parameters:
E
- The type of the exception that may be thrown
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Represents an operation that accepts no input and returns a boolean result, declaring a possibly-thrown exception.
-
Method Summary