| Modifier and Type | Method and Description |
|---|---|
default LTuple.Void |
LDblConsumer.tupleAccept(LDblSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default byte |
LDblToByteFunction.tupleApplyAsByte(LDblSingle args) |
default char |
LDblToCharFunction.tupleApplyAsChar(LDblSingle args) |
default float |
LDblToFltFunction.tupleApplyAsFlt(LDblSingle args) |
default int |
LDblToIntFunction.tupleApplyAsInt(LDblSingle args) |
default long |
LDblToLongFunction.tupleApplyAsLong(LDblSingle args) |
default short |
LDblToSrtFunction.tupleApplyAsSrt(LDblSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default R |
LDblFunction.tupleApply(LDblSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default double |
LDblUnaryOperator.tupleApplyAsDbl(LDblSingle args) |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
LDblPredicate.tupleTest(LDblSingle args) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LDblIntPair
Exact equivalent of input parameters used in LDblIntConsumer.
|
static interface |
LDblIntPair.ComparableDblIntPair |
interface |
LDblPair
Exact equivalent of input parameters used in LBiDblConsumer.
|
static interface |
LDblPair.ComparableDblPair |
static interface |
LDblSingle.ComparableDblSingle |
| Modifier and Type | Class and Description |
|---|---|
static class |
LDblIntPair.AbstractDblIntPair |
static class |
LDblIntPair.ImmCompDblIntPair
Immutable, comparable tuple.
|
static class |
LDblIntPair.ImmDblIntPair
Immutable, non-comparable tuple.
|
static class |
LDblIntPair.MutCompDblIntPair
Mutable, comparable tuple.
|
static class |
LDblIntPair.MutDblIntPair
Mutable, non-comparable tuple.
|
static class |
LDblPair.AbstractDblPair |
static class |
LDblPair.ImmCompDblPair
Immutable, comparable tuple.
|
static class |
LDblPair.ImmDblPair
Immutable, non-comparable tuple.
|
static class |
LDblPair.MutCompDblPair
Mutable, comparable tuple.
|
static class |
LDblPair.MutDblPair
Mutable, non-comparable tuple.
|
static class |
LDblSingle.AbstractDblSingle |
static class |
LDblSingle.ImmCompDblSingle
Immutable, comparable tuple.
|
static class |
LDblSingle.ImmDblSingle
Immutable, non-comparable tuple.
|
static class |
LDblSingle.MutCompDblSingle
Mutable, comparable tuple.
|
static class |
LDblSingle.MutDblSingle
Mutable, non-comparable tuple.
|
| Modifier and Type | Method and Description |
|---|---|
static LDblSingle |
Tuple4U.immutable(double a) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LDblSingle.argEquals(LDblSingle the,
Object that)
Static equals() implementation that takes two tuples asnd checks if they are equal.
|
default int |
LDblSingle.ComparableDblSingle.compareTo(LDblSingle that) |
static LDblSingle.MutDblSingle |
LDblSingle.MutDblSingle.copyOf(LDblSingle tuple) |
static LDblSingle.MutCompDblSingle |
LDblSingle.MutCompDblSingle.copyOf(LDblSingle tuple) |
static LDblSingle.ImmDblSingle |
LDblSingle.ImmDblSingle.copyOf(LDblSingle tuple) |
static LDblSingle.ImmCompDblSingle |
LDblSingle.ImmCompDblSingle.copyOf(LDblSingle tuple) |
Copyright © 2019. All rights reserved.