| Package | Description |
|---|---|
| com.mware.ge.collection | |
| com.mware.ge.csv | |
| com.mware.ge.function |
| Modifier and Type | Method and Description |
|---|---|
static <FROM,TO,EX extends Exception> |
Iterators.map(ThrowingFunction<? super FROM,? extends TO,EX> function,
RawIterator<FROM,EX> from) |
| Modifier and Type | Method and Description |
|---|---|
static <IN,OUT> RawIterator<OUT,IOException> |
Readables.iterator(ThrowingFunction<IN,OUT,IOException> converter,
IN... items) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IOFunction<T,R> |
| Modifier and Type | Method and Description |
|---|---|
static <T,R,E extends Exception> |
ThrowingFunction.catchThrown(Class<E> clazz,
ThrowingFunction<T,R,E> throwing)
Construct a regular function that calls a throwing function and catches all checked exceptions
declared and thrown by the throwing function and rethrows them as
UncaughtCheckedException
for handling further up the stack. |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.