| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Stu.forEachSet(T[] src,
FxUnary<T> fx)
Modify array using fx
|
Box<T> |
Box.thenSet(FxUnary<T> modFn)
Replace the box content.
|
Box<T> |
Box.thenSetIf(FxBool<T> condition,
FxUnary<T> modFn)
If the box is full, and the condition has met, then execute the function.
|
Box<T> |
Box.thenSetIf(FxBool<T> condition,
FxUnary<T> fnTrue,
FxUnary<T> fnFalse)
Same as thenSet but with a condition
|
Box<T> |
Box.thenSetIf(FxBool<T> condition,
FxUnary<T> fnTrue,
FxUnary<T> fnFalse)
Same as thenSet but with a condition
|
Copyright © 2023. All rights reserved.