| Package | Description |
|---|---|
| de.flapdoodle.formula.calculate | |
| de.flapdoodle.formula.calculate.functions |
| 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.ifAllSetBy(F1<A,X> transformation) |
Map1<A,X> |
Calculate.WithMap1Nullable.ifAllSetBy(F1<A,X> transformation,
String description) |
| Modifier and Type | Class and Description |
|---|---|
static class |
F1.F1Identity<X> |
static class |
F1.F1WithLabel<A,R> |
class |
ImmutableF1Identity<X>
Immutable implementation of
F1.F1Identity. |
class |
ImmutableF1WithLabel<A,R>
Immutable implementation of
F1.F1WithLabel. |
| Modifier and Type | Method and Description |
|---|---|
protected F1<A,R> |
ImmutableFN1checkNull.delegate() |
protected F1<A,R> |
ImmutableFN1wrapF1.delegate() |
protected F1<A,R> |
ImmutableF1WithLabel.delegate() |
protected abstract F1<A,R> |
F1.F1WithLabel.delegate() |
protected abstract F1<A,R> |
FN1.FN1wrapF1.delegate() |
protected abstract F1<A,R> |
FN1.FN1checkNull.delegate() |
static <X> F1<X,X> |
F1.identity() |
| Modifier and Type | Method and Description |
|---|---|
static <A,R> FN1.FN1checkNull<A,R> |
FN1.checkNull(F1<A,R> delegate,
Object labelA) |
ImmutableFN1checkNull.Builder<A,R> |
ImmutableFN1checkNull.Builder.delegate(F1<A,R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableFN1wrapF1.Builder<A,R> |
ImmutableFN1wrapF1.Builder.delegate(F1<A,R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableF1WithLabel.Builder<A,R> |
ImmutableF1WithLabel.Builder.delegate(F1<A,R> delegate)
Initializes the value for the
delegate attribute. |
static <A,R> FN1.FN1wrapF1<A,R> |
FN1.mapOnlyIfNotNull(F1<A,R> delegate) |
static <A,R> ImmutableFN1wrapF1<A,R> |
ImmutableFN1wrapF1.of(F1<A,R> delegate)
Construct a new immutable
FN1wrapF1 instance. |
static <A,R> ImmutableFN1checkNull<A,R> |
ImmutableFN1checkNull.of(F1<A,R> delegate,
String a)
Construct a new immutable
FN1checkNull instance. |
static <A,R> ImmutableF1WithLabel<A,R> |
ImmutableF1WithLabel.of(F1<A,R> delegate,
String label)
Construct a new immutable
F1WithLabel instance. |
ImmutableFN1checkNull<A,R> |
ImmutableFN1checkNull.withDelegate(F1<A,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableFN1wrapF1<A,R> |
ImmutableFN1wrapF1.withDelegate(F1<A,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableF1WithLabel<A,R> |
ImmutableF1WithLabel.withDelegate(F1<A,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
static <A,R> F1.F1WithLabel<A,R> |
F1.withLabel(F1<A,R> delegate,
String label) |
Copyright © 2023. All rights reserved.