| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.calculations |
| Modifier and Type | Method and Description |
|---|---|
Map1<A,X> |
Calculate.WithMap1.by(F1<A,X> transformation) |
Map1<A,X> |
Calculate.WithMap1.by(F1<A,X> transformation,
String description) |
Map1<A,X> |
Calculate.WithMap1Nullable.by(FN1<A,X> transformation) |
Map1<A,X> |
Calculate.WithMap1Nullable.by(FN1<A,X> transformation,
String description) |
Map1<X,X> |
Calculate.WithDestination.from(ValueSource<X> a) |
Map1<A,X> |
Calculate.WithMap1Nullable.ifAllSetBy(F1<A,X> transformation) |
Map1<A,X> |
Calculate.WithMap1Nullable.ifAllSetBy(F1<A,X> transformation,
String description) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMap1<A,X>
Immutable implementation of
Map1. |
| Modifier and Type | Method and Description |
|---|---|
static <A,X> Map1<A,X> |
Map1.with(ValueSource<A> source,
ValueSink<X> destination,
FN1<A,X> transformation) |
| Modifier and Type | Method and Description |
|---|---|
static <A,X> ImmutableMap1<A,X> |
ImmutableMap1.copyOf(Map1<A,X> instance)
Creates an immutable copy of a
Map1 value. |
Copyright © 2023. All rights reserved.