Package de.iip_ecosphere.platform.support.function
package de.iip_ecosphere.platform.support.function
Extended Java function interfaces for lambda functions.
-
InterfacesClassDescriptionIOConsumer<T>A consumer that may throw an
IOException.IOFunction<T,R> A simple (optional) function that may throw anIOException.A runnable that may throw an IO exception.IOSupplier<T>A supplier that may throw anIOException.A simple (optional) function that may throw anIOException.