Uses of Interface
org.zalando.fauxpas.ThrowingUnaryOperator
-
-
Uses of ThrowingUnaryOperator in org.zalando.fauxpas
Methods in org.zalando.fauxpas that return ThrowingUnaryOperator Modifier and Type Method Description static <T,X extends Throwable>
ThrowingUnaryOperator<T,X>FauxPas. throwingUnaryOperator(ThrowingUnaryOperator<T,X> operator)Methods in org.zalando.fauxpas with parameters of type ThrowingUnaryOperator Modifier and Type Method Description static <T,X extends Throwable>
ThrowingUnaryOperator<T,X>FauxPas. throwingUnaryOperator(ThrowingUnaryOperator<T,X> operator)
-