Package de.xima.fc.common.function
-
Interface Summary Interface Description ISerializableInputStreamSupplier A supplier ofInputStream
that is serializable.ITypedSerializableThrowingSupplier<T,E extends Throwable> ASupplier
that may throw a single typed checked exception and is serializable.ITypedThrowingConsumer<T,E extends Throwable> AConsumer
that may throw a single typed checked exception.ITypedThrowingFunction<T,R,E extends Throwable> AFunction
that may throw a single typed checked exception.ITypedThrowingSupplier<T,E extends Throwable> ASupplier
that may throw a single typed checked exception.