Module io.smallrye.mutiny
Package io.smallrye.mutiny.unchecked
package io.smallrye.mutiny.unchecked
-
ClassDescriptionProvides wrapper to handle functions / consumers / suppliers that throw checked exceptions.UncheckedBiConsumer<T,
U> Represents an operation that accepts two input arguments and returns no result.UncheckedBiFunction<T,U, R> Represents a function that accepts two arguments and produces a result.Represents an operation that accepts a single input argument and returns no result.UncheckedFunction<T,R> Represents a function that accepts one argument and produces a result.Represents a supplier of items.