Package com.liferay.petra.function
package com.liferay.petra.function
-
ClassDescriptionRetryableUnsafeSupplier<T,
E extends Throwable> UnsafeBiConsumer<A,B, T extends Throwable> UnsafeBiFunction<T,U, R, E extends Throwable> UnsafeConsumer<E,T extends Throwable> UnsafeFunction<T,R, E extends Throwable> UnsafePredicate<E,T extends Throwable> UnsafeRunnable<T extends Throwable>UnsafeSupplier<T,E extends Throwable> UnsafeSupplierValue<T,E extends Throwable> UnsafeTriConsumer<A,B, C, T extends Throwable> UnsafeTriFunction<T,U, V, R, E extends Throwable>