| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
Common.eval(T t,
Fx11<T,R> evalFn)
Evaluate the function with a param.
|
<R> Box<R> |
Box.map(Fx11<T,R> mapFn)
Converts box content to a new content in a box.
|
Box<T> |
Box.thenSet(Fx11<T,T> modFn)
Replace the box content.
|
Copyright © 2023. All rights reserved.