| Modifier and Type | Method and Description |
|---|---|
Box<T> |
Box.skip(FxBool<T> skipFn)
If the condition function returns true, empty the box.
|
<X extends Throwable> |
Box.validate(FxBool<T> validationFn,
X throwable)
Validate the box with validation function.
|
Copyright © 2023. All rights reserved.