Uses of Interface
io.reacted.patterns.UnChecked.CheckedUnaryOperator
-
Uses of UnChecked.CheckedUnaryOperator in io.reacted.patterns
Methods in io.reacted.patterns that return UnChecked.CheckedUnaryOperator Modifier and Type Method Description static <T> UnChecked.CheckedUnaryOperator<T>UnChecked.CheckedUnaryOperator. identity()Methods in io.reacted.patterns with parameters of type UnChecked.CheckedUnaryOperator Modifier and Type Method Description static <T> java.util.function.UnaryOperator<T>UnChecked. unaryOperator(UnChecked.CheckedUnaryOperator<T> checkedUnaryOperator)