Uses of Interface
com.pivovarit.function.ThrowingUnaryOperator
Packages that use ThrowingUnaryOperator
Package
Description
The
com.pivovarit.function
package contains checked equivalents of the java.util.function
package-
Uses of ThrowingUnaryOperator in com.pivovarit.function
Methods in com.pivovarit.function with parameters of type ThrowingUnaryOperatorModifier and TypeMethodDescriptionstatic <T> UnaryOperator
<T> ThrowingUnaryOperator.sneaky
(ThrowingUnaryOperator<T, ?> operator) Returns a new UnaryOperator instance which rethrows the checked exception using the Sneaky Throws patternstatic <T> UnaryOperator
<T> ThrowingUnaryOperator.unchecked
(ThrowingUnaryOperator<T, ?> operator)