Package de.florianmichael.rclasses.functional.throwable
package de.florianmichael.rclasses.functional.throwable
-
InterfacesClassDescriptionTBiConsumer<T,
U> This is a functional interface that can be used to replace BiConsumer and throw exceptions.TBiFunction<T,U, R> This is a functional interface that can be used to replace BiFunction and throw exceptions.TConsumer<T>This is a functional interface that can be used to replace Consumer and throw exceptions.TFunction<T,R> This is a functional interface that can be used to replace Function and throw exceptions.This is a functional interface that can be used to replace Runnable and throw exceptions.TSupplier<T>This is a functional interface that can be used to replace Supplier and throw exceptions.