Skip navigation links
A C D I O R 

A

accept(T) - Method in interface org.labun.rethrowables.RethrowableConsumer
 
accept(T, RethrowableConsumer<T>) - Static method in class org.labun.rethrowables.Rethrowables
 
apply(T) - Method in interface org.labun.rethrowables.RethrowableFunction
 

C

call() - Method in interface org.labun.rethrowables.RethrowableCallable
 
call(RethrowableCallable<R>) - Static method in class org.labun.rethrowables.Rethrowables
 

D

doAccept(T) - Method in interface org.labun.rethrowables.RethrowableConsumer
 
doApply(T) - Method in interface org.labun.rethrowables.RethrowableFunction
 
doCall() - Method in interface org.labun.rethrowables.RethrowableCallable
 
doRun() - Method in interface org.labun.rethrowables.RethrowableRunnable
 

I

invoke(T, RethrowableFunction<T, R>) - Static method in class org.labun.rethrowables.Rethrowables
 

O

org.labun.rethrowables - package org.labun.rethrowables
 

R

RethrowableCallable<R> - Interface in org.labun.rethrowables
Similar to Callable, but wraps checked exceptions and rethrow it as unchecked.
RethrowableConsumer<T> - Interface in org.labun.rethrowables
Similar to Consumer, but wraps checked exceptions and rethrow it as unchecked.
RethrowableFunction<T,R> - Interface in org.labun.rethrowables
Similar to Function, but wraps checked exceptions and rethrow it as unchecked.
RethrowableRunnable - Interface in org.labun.rethrowables
Similar to simple Runnable, but wraps checked exceptions and rethrow it as unchecked.
Rethrowables - Class in org.labun.rethrowables
Utility class aggregates functions to wrap methods with throws clause.
run() - Method in interface org.labun.rethrowables.RethrowableRunnable
 
run(RethrowableRunnable) - Static method in class org.labun.rethrowables.Rethrowables
 
A C D I O R 
Skip navigation links

Copyright © 2017. All rights reserved.