Uses of Interface
de.xima.fc.interfaces.IThrowingUnaryOperator
Packages that use IThrowingUnaryOperator
-
Uses of IThrowingUnaryOperator in de.xima.fc.interfaces
Methods in de.xima.fc.interfaces that return IThrowingUnaryOperatorModifier and TypeMethodDescriptionstatic <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 IThrowingUnaryOperatorModifier and TypeMethodDescriptionstatic <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.