Interface FunctionalInterfaces.ThrowingBooleanSupplier<ExceptionType extends Exception>

Type Parameters:
ExceptionType - the type of the exception that can be thrown
Enclosing class:
FunctionalInterfaces
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface FunctionalInterfaces.ThrowingBooleanSupplier<ExceptionType extends Exception>
Represents an operation that accepts no input and returns a boolean result, throwing an exception.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    get()