public final class Mapped<From,To,E extends java.lang.Throwable> extends java.lang.Object implements Fragile<To,E>
Fragile decorator which maps the value using a given FragileFunction.| Constructor and Description |
|---|
Mapped(FragileFunction<? super From,? extends To,? extends E> mapFunction,
Fragile<? extends From,? extends E> delegate) |
| Modifier and Type | Method and Description |
|---|---|
To |
value() |