Package de.flapdoodle.kfx.converters
Class ValueOrError.Error
-
- All Implemented Interfaces:
public final class ValueOrError.Error<T extends Object> extends ValueOrError<T>
-
-
Constructor Summary
Constructors Constructor Description ValueOrError.Error(Exception exception)
-
Method Summary
Modifier and Type Method Description final ExceptiongetException()<M extends Any> ValueOrError<M>mapValue(Function1<T, M> mapper)-
-
Constructor Detail
-
ValueOrError.Error
ValueOrError.Error(Exception exception)
-
-
Method Detail
-
getException
final Exception getException()
-
-
-
-