| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
Stu.eval(T t,
Fx11<T,R> evalFn)
Evaluate the function with a param.
|
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(Fx11<T,R> mapFn)
Converts box content to a new content in a box.
|
Copyright © 2023. All rights reserved.