public interface

ThrowingConsumer

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

Summary

Public Methods
abstract void accept(T t)
abstract static <T> Consumer<T> checked(ThrowingConsumer<T, Exception> throwingConsumer, Consumer<Throwable> thrown)

Public Methods

public abstract void accept (T t)

Throws
Throwable

public static abstract Consumer<T> checked (ThrowingConsumer<T, Exception> throwingConsumer, Consumer<Throwable> thrown)