Uses of Interface
de.xima.fc.interfaces.IThrowingUnaryOperator
-
Packages that use IThrowingUnaryOperator Package Description de.xima.fc.interfaces -
-
Uses of IThrowingUnaryOperator in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingUnaryOperator Modifier and Type Method Description static <T> IThrowingUnaryOperator<T>IThrowingUnaryOperator. identity()Returns a throwing unary operator that always returns its input argument.static <T> IThrowingUnaryOperator<T>IThrowingUnaryOperator. of(IThrowingUnaryOperator<T> operator)Returns the given operator, for improved variable inference.static <T> IThrowingUnaryOperator<T>IThrowingUnaryOperator. throwingUnaryOperator(IThrowingUnaryOperator<T> operator)Returns the given operator, for improved variable inference.Methods in de.xima.fc.interfaces with parameters of type IThrowingUnaryOperator Modifier and Type Method Description static <T> IThrowingUnaryOperator<T>IThrowingUnaryOperator. of(IThrowingUnaryOperator<T> operator)Returns the given operator, for improved variable inference.static <T> IThrowingUnaryOperator<T>IThrowingUnaryOperator. throwingUnaryOperator(IThrowingUnaryOperator<T> operator)Returns the given operator, for improved variable inference.
-