| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
u.OptionalFloat.ifPresent(Throwables.FloatConsumer<E> action) |
<E extends Exception,E2 extends Exception> |
u.OptionalFloat.ifPresentOrElse(Throwables.FloatConsumer<E> action,
Throwables.Runnable<E2> emptyAction)
If present or else.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FloatConsumer |
Copyright © 2021. All rights reserved.