| Modifier and Type | Method and Description |
|---|---|
Box<T> |
Box.eval(Fx10<T> evalFn)
Evaluate the value regardless of whether the box is empty or not.
|
static <T> void |
Stu.forEach(T[] src,
Fx10<T> fx)
Evaluate each T in T[].
|
Box<T> |
Box.then(Fx10<T> modFn)
View or modifying the box content.
|
Copyright © 2023. All rights reserved.