| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
Triple.setIf(L newLeft,
M newMiddle,
R newRight,
Throwables.QuadPredicate<? super Triple<L,M,R>,? super L,? super M,? super R,E> predicate)
Set to the specified
newLeft and newRight and
returns true if predicate returns true. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QuadPredicate<A,B,C,D> |
Copyright © 2021. All rights reserved.