public interface

ThrowingBiConsumer

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

Summary

Public Methods
abstract void accept(T t, U u)
abstract static <T, U> BiConsumer<T, U> checked(ThrowingBiConsumer<T, U, Exception> throwingConsumer, Consumer<Throwable> thrown)

Public Methods

public abstract void accept (T t, U u)

Throws
Throwable

public static abstract BiConsumer<T, U> checked (ThrowingBiConsumer<T, U, Exception> throwingConsumer, Consumer<Throwable> thrown)