Uses of Interface
org.zalando.fauxpas.ThrowingFunction
-
-
Uses of ThrowingFunction in org.zalando.fauxpas
Subinterfaces of ThrowingFunction in org.zalando.fauxpas Modifier and Type Interface Description interfaceThrowingUnaryOperator<T,X extends Throwable>Methods in org.zalando.fauxpas that return ThrowingFunction Modifier and Type Method Description static <T,R,X extends Throwable>
ThrowingFunction<T,R,X>FauxPas. throwingFunction(ThrowingFunction<T,R,X> function)Methods in org.zalando.fauxpas with parameters of type ThrowingFunction Modifier and Type Method Description static <T extends Throwable,R>
Function<Throwable,R>FauxPas. partially(Class<T> type, ThrowingFunction<T,R,Throwable> function)static <R> Function<Throwable,R>FauxPas. partially(ThrowingFunction<Throwable,R,Throwable> function)static <T,R,X extends Throwable>
ThrowingFunction<T,R,X>FauxPas. throwingFunction(ThrowingFunction<T,R,X> function)static <R extends AutoCloseable,T,X extends Throwable>
TTryWith. tryWith(R resource, ThrowingFunction<R,T,X> supplier)
-