Package de.xima.fc.common.function
-
Interface Summary Interface Description ISerializableInputStreamSupplier A supplier ofInputStreamthat 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.