Interface | Description |
---|---|
BiFunctionX<T,U,R> |
Like
BiFunction ,
except checked exceptions may be thrown. |
Callable_Void |
An adapter of
Callable<Void>
for void-returning lambda expressions and method references. |
ConsumerX<T> |
Like
Consumer ,
except checked exceptions may be thrown. |
FunctionX<T,R> |
Like
Function ,
except checked exceptions may be thrown. |
RunnableX |
Like
Runnable ,
except checked exceptions may be thrown. |