Uses of Interface
io.smallrye.mutiny.unchecked.UncheckedConsumer
Packages that use UncheckedConsumer
-
Uses of UncheckedConsumer in io.smallrye.mutiny.unchecked
Methods in io.smallrye.mutiny.unchecked that return UncheckedConsumerModifier and TypeMethodDescriptiondefault UncheckedConsumer<T> UncheckedConsumer.andThen(UncheckedConsumer<? super T> after) Returns a composedUncheckedConsumerthat performs, in sequence, this operation followed by theafteroperation.static <T> UncheckedConsumer<T> Creates a newUncheckedConsumerfrom an existingConsumerstatic <T> UncheckedConsumer<T> Transforms the given consumer into a version that can throw exceptions.Methods in io.smallrye.mutiny.unchecked with parameters of type UncheckedConsumerModifier and TypeMethodDescriptiondefault UncheckedConsumer<T> UncheckedConsumer.andThen(UncheckedConsumer<? super T> after) Returns a composedUncheckedConsumerthat performs, in sequence, this operation followed by theafteroperation.static <T> Consumer<T> Unchecked.consumer(UncheckedConsumer<T> consumer) Transforms the given (unchecked) consumer into a regular consumer.