| Interface | Description |
|---|---|
| Unthrow.IFunc0<R> |
like as
Callable |
| Unthrow.IFunc1<R,T> |
like as
Function |
| Unthrow.IFunc2<R,T1,T2> |
like as
BiFunction |
| Unthrow.IFunc3<R,T1,T2,T3> | |
| Unthrow.IProc0 |
like as
Runnable |
| Unthrow.IProc1<T> |
like as
Consumer |
| Unthrow.IProc2<T1,T2> |
like as
BiConsumer |
| Unthrow.IProc3<T1,T2,T3> |
| Class | Description |
|---|---|
| Unthrow |
Throw unchecker
|
Copyright © 2017. All rights reserved.