Uses of Interface
org.burningwave.core.function.ThrowingFunction
Packages that use ThrowingFunction
Package
Description
-
Uses of ThrowingFunction in org.burningwave.core.classes
Methods in org.burningwave.core.classes with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionstatic <T,E extends Throwable>
TJavaClass.extractByUsing(ByteBuffer byteCode, ThrowingFunction<JavaClass, T, E> javaClassConsumer) -
Uses of ThrowingFunction in org.burningwave.core.concurrent
Methods in org.burningwave.core.concurrent with parameters of type ThrowingFunctionModifier and TypeMethodDescriptionQueuedTaskExecutor.createProducerTask(ThrowingFunction<QueuedTaskExecutor.ProducerTask<T>, T, ? extends Throwable> executable) QueuedTaskExecutor.Group.createProducerTask(ThrowingFunction<QueuedTaskExecutor.ProducerTask<T>, T, ? extends Throwable> executable) QueuedTaskExecutor.Group.createProducerTask(ThrowingFunction<QueuedTaskExecutor.ProducerTask<T>, T, ? extends Throwable> executable, int priority) <T,E extends Throwable>
TSynchronizer.executeThrower(String id, ThrowingFunction<Synchronizer.Mutex, T, E> executable) -
Uses of ThrowingFunction in org.burningwave.core.function
Methods in org.burningwave.core.function that return ThrowingFunctionModifier and TypeMethodDescriptiondefault <V> ThrowingFunction<T, V, E> ThrowingFunction.andThen(ThrowingFunction<? super R, ? extends V, ? extends E> after) default <V> ThrowingFunction<V, R, E> ThrowingFunction.compose(ThrowingFunction<? super V, ? extends T, ? extends E> before) static <T,E extends Throwable>
ThrowingFunction<T, T, E> ThrowingFunction.identity()Methods in org.burningwave.core.function with parameters of type ThrowingFunctionModifier and TypeMethodDescriptiondefault <V> ThrowingBiFunction<P0, P1, V, E> ThrowingBiFunction.andThen(ThrowingFunction<? super R, ? extends V, ? extends E> after) default <V> ThrowingFunction<T, V, E> ThrowingFunction.andThen(ThrowingFunction<? super R, ? extends V, ? extends E> after) ThrowingQuadFunction.andThen(ThrowingFunction<? super R, ? extends V, ? extends E> after) default <V> ThrowingTriFunction<P0, P1, P2, V, E> ThrowingTriFunction.andThen(ThrowingFunction<? super R, ? extends V, ? extends E> after) default <V> ThrowingFunction<V, R, E> ThrowingFunction.compose(ThrowingFunction<? super V, ? extends T, ? extends E> before)