Package de.xima.fc.common.function
package de.xima.fc.common.function
-
InterfacesClassDescriptionA supplier for an
InputStreamthat can throw.AnIInputStreamSupplierthat is serializable.ITypedSerializableThrowingSupplier<T, E extends Throwable>ASupplierthat may throw a single typed checked exception and is serializable.ITypedThrowingConsumer<T, E extends Throwable>AConsumerthat may throw a single typed checked exception.ITypedThrowingFunction<T, R, E extends Throwable>AFunctionthat may throw a single typed checked exception.ITypedThrowingSupplier<T, E extends Throwable>ASupplierthat may throw a single typed checked exception.