Package io.deephaven.util.function
package io.deephaven.util.function
-
ClassDescriptionThrowingBiConsumer<T,
U, E extends Exception> Represents an operation that accepts two input arguments and returns no result, declaring a possibly-thrown exception.ThrowingBooleanSupplier<E extends Exception>Represents an operation that accepts no input and returns a boolean result, declaring a possibly-thrown exception.ThrowingConsumer<T,E extends Exception> Represents an operation that accepts a single input argument and returns no result, declaring a possibly-thrown exception.ThrowingRunnable<E extends Exception>Represents an operation that accepts no input and returns no result, declaring a possibly-thrown exception.ThrowingSupplier<T,E extends Exception> Represents an operation that accepts no input and returns a result, declaring a possibly-thrown exception.