package

org.ocast.core.function

provides functional interfaces to be used when invoking the core API

Interfaces

BiConsumer<T, U>  
BiFunction<T, U, R>  
CallbackWrapper  
Consumer<T>  
ThrowingBiConsumer<T, U, E extends Throwable>  
ThrowingBiFunction<T, U, R, E extends Throwable>  
ThrowingConsumer<T, E extends Throwable>  
ThrowingRunnable<E extends Throwable>