Module methanol
Package com.github.mizosoft.methanol.internal.function
-
Interface Summary Interface Description ThrowingBiConsumer<T,U> ThrowingFunction<T,R> AFunctionthat may throw a checked exception.ThrowingRunnable ARunnablethat may throw a checked exception.ThrowingSupplier<T> ASupplierthat may throw a checked exception. -
Class Summary Class Description Unchecked Static functions that make it easier to mix checked exceptions with lambdas.