Uses of Interface
org.n52.janmayen.function.ThrowingUnaryOperator
-
Packages that use ThrowingUnaryOperator Package Description org.n52.janmayen.exception org.n52.janmayen.function -
-
Uses of ThrowingUnaryOperator in org.n52.janmayen.exception
Methods in org.n52.janmayen.exception with parameters of type ThrowingUnaryOperator Modifier and Type Method Description <T,X extends Exception>
Function<T,Optional<T>>CompositeException. wrapOperator(ThrowingUnaryOperator<T,X> operator) -
Uses of ThrowingUnaryOperator in org.n52.janmayen.function
Methods in org.n52.janmayen.function that return ThrowingUnaryOperator Modifier and Type Method Description static <T,X extends Exception>
ThrowingUnaryOperator<T,X>ThrowingUnaryOperator. identity()Returns a unary operator that always returns its input argument.
-