| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LBoolConsumer.tupleAccept(LBoolSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LBoolToByteFunction.tupleApplyAsByte(LBoolSingle args) |
default char |
LBoolToCharFunction.tupleApplyAsChar(LBoolSingle args) |
default double |
LBoolToDblFunction.tupleApplyAsDbl(LBoolSingle args) |
default float |
LBoolToFltFunction.tupleApplyAsFlt(LBoolSingle args) |
default int |
LBoolToIntFunction.tupleApplyAsInt(LBoolSingle args) |
default long |
LBoolToLongFunction.tupleApplyAsLong(LBoolSingle args) |
default short |
LBoolToSrtFunction.tupleApplyAsSrt(LBoolSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LBoolFunction.tupleApply(LBoolSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LLogicalOperator.tupleApply(LBoolSingle args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LBoolIntPair
Exact equivalent of input parameters used in LBoolIntConsumer.
|
static interface |
LBoolIntPair.ComparableBoolIntPair |
interface |
LBoolPair
Exact equivalent of input parameters used in LBiBoolConsumer.
|
static interface |
LBoolPair.ComparableBoolPair |
static interface |
LBoolSingle.ComparableBoolSingle |
interface |
LBoolTriple
Exact equivalent of input parameters used in LTriBoolConsumer.
|
static interface |
LBoolTriple.ComparableBoolTriple |
| Modifier and Type | Class and Description |
|---|---|
static class |
LBoolIntPair.AbstractBoolIntPair |
static class |
LBoolIntPair.ImmBoolIntPair
Immutable, non-comparable tuple.
|
static class |
LBoolIntPair.ImmCompBoolIntPair
Immutable, comparable tuple.
|
static class |
LBoolIntPair.MutBoolIntPair
Mutable, non-comparable tuple.
|
static class |
LBoolIntPair.MutCompBoolIntPair
Mutable, comparable tuple.
|
static class |
LBoolPair.AbstractBoolPair |
static class |
LBoolPair.ImmBoolPair
Immutable, non-comparable tuple.
|
static class |
LBoolPair.ImmCompBoolPair
Immutable, comparable tuple.
|
static class |
LBoolPair.MutBoolPair
Mutable, non-comparable tuple.
|
static class |
LBoolPair.MutCompBoolPair
Mutable, comparable tuple.
|
static class |
LBoolSingle.AbstractBoolSingle |
static class |
LBoolSingle.ImmBoolSingle
Immutable, non-comparable tuple.
|
static class |
LBoolSingle.ImmCompBoolSingle
Immutable, comparable tuple.
|
static class |
LBoolSingle.MutBoolSingle
Mutable, non-comparable tuple.
|
static class |
LBoolSingle.MutCompBoolSingle
Mutable, comparable tuple.
|
static class |
LBoolTriple.AbstractBoolTriple |
static class |
LBoolTriple.ImmBoolTriple
Immutable, non-comparable tuple.
|
static class |
LBoolTriple.ImmCompBoolTriple
Immutable, comparable tuple.
|
static class |
LBoolTriple.MutBoolTriple
Mutable, non-comparable tuple.
|
static class |
LBoolTriple.MutCompBoolTriple
Mutable, comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LBoolSingle |
Tuple4U.immutable(boolean a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LBoolSingle.argEquals(LBoolSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LBoolSingle.ComparableBoolSingle.compareTo(LBoolSingle that) |
static LBoolSingle.MutBoolSingle |
LBoolSingle.MutBoolSingle.copyOf(LBoolSingle tuple) |
static LBoolSingle.MutCompBoolSingle |
LBoolSingle.MutCompBoolSingle.copyOf(LBoolSingle tuple) |
static LBoolSingle.ImmBoolSingle |
LBoolSingle.ImmBoolSingle.copyOf(LBoolSingle tuple) |
static LBoolSingle.ImmCompBoolSingle |
LBoolSingle.ImmCompBoolSingle.copyOf(LBoolSingle tuple) |
Copyright © 2019. All rights reserved.