public interface

ThrowingBiFunction

org.ocast.core.function.ThrowingBiFunction<T, U, R, E extends java.lang.Throwable>

Summary

Public Methods
abstract R apply(T t, U u)
abstract static <T, U, R> BiFunction<T, U, R> checked(ThrowingBiFunction<T, U, R, Exception> throwingConsumer, Consumer<Throwable> thrown)

Public Methods

public abstract R apply (T t, U u)

Throws
Throwable

public static abstract BiFunction<T, U, R> checked (ThrowingBiFunction<T, U, R, Exception> throwingConsumer, Consumer<Throwable> thrown)