Package org.opencastproject.util.function
package org.opencastproject.util.function
-
InterfacesClassDescriptionThrowingConsumer<T,
E extends Throwable> Represents an operation that accepts a single input argument and returns no result.ThrowingFunction<T,R, E extends Throwable> Represents a function that accepts one argument and produces a result.