Uses of Interface
io.activej.common.function.ConsumerEx
Packages that use ConsumerEx
-
Uses of ConsumerEx in io.activej.common.function
Methods in io.activej.common.function that return ConsumerExMethods in io.activej.common.function with parameters of type ConsumerExModifier and TypeMethodDescriptionstatic <T> Consumer<T>ConsumerEx.uncheckedOf(ConsumerEx<T> checkedFn) Creates aConsumerout ofConsumerEx