Interface Fn
-
public interface Fn
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Fn.Consumer<T>
static interface
Fn.ConsumerThrows<T,E extends Exception>
static interface
Fn.Function<T,R>
static interface
Fn.FunctionThrows<T,R,E extends Throwable>
static interface
Fn.Predicate<T>
static interface
Fn.Provider<T>
static interface
Fn.ProviderThrows<T,E extends Exception>
static interface
Fn.Runner
static interface
Fn.TaskThrows<E extends Exception>
-