| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
Stu.evalX(T t,
FxThrow<T,R> evalXFn,
Fx11<Exception,R> fallbackFn)
Evaluate a given function with a param.
|
<R> Box<R> |
Box.map(FxThrow<T,R> fnMap,
Fx11<Exception,R> fnFallback)
Map value to another type.
|
Copyright © 2023. All rights reserved.