| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static BooleanSupplier |
Fn.and(BooleanSupplier first,
BooleanSupplier second) |
static BooleanSupplier |
Fn.and(BooleanSupplier first,
BooleanSupplier second,
BooleanSupplier third) |
static BooleanSupplier |
Fn.or(BooleanSupplier first,
BooleanSupplier second) |
static BooleanSupplier |
Fn.or(BooleanSupplier first,
BooleanSupplier second,
BooleanSupplier third) |
| Modifier and Type | Method and Description |
|---|---|
static BooleanSupplier |
Fn.and(BooleanSupplier first,
BooleanSupplier second) |
static BooleanSupplier |
Fn.and(BooleanSupplier first,
BooleanSupplier second,
BooleanSupplier third) |
static <A,B> BiIterator<A,B> |
BiIterator.generate(BooleanSupplier hasNext,
Consumer<Pair<A,B>> output) |
static <T> ObjIterator<T> |
ObjIterator.generate(BooleanSupplier hasNext,
Supplier<? extends T> supplier) |
static BooleanSupplier |
Fn.or(BooleanSupplier first,
BooleanSupplier second) |
static BooleanSupplier |
Fn.or(BooleanSupplier first,
BooleanSupplier second,
BooleanSupplier third) |
| Modifier and Type | Field and Description |
|---|---|
static BooleanSupplier |
BooleanSupplier.FALSE |
static BooleanSupplier |
BooleanSupplier.RANDOM |
static BooleanSupplier |
BooleanSupplier.TRUE |
Copyright © 2021. All rights reserved.