@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableFN5checkNull<A,B,C,D,E,R> extends FN5.FN5checkNull<A,B,C,D,E,R>
FN5.FN5checkNull.
Use the builder to create immutable instances:
ImmutableFN5checkNull.builder().
Use the static factory method to create immutable instances:
ImmutableFN5checkNull.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFN5checkNull.Builder<A,B,C,D,E,R>
Builds instances of type
ImmutableFN5checkNull. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
a() |
protected String |
b() |
static <A,B,C,D,E,R> |
builder()
Creates a builder for
ImmutableFN5checkNull. |
protected String |
c() |
static <A,B,C,D,E,R> |
copyOf(FN5.FN5checkNull<A,B,C,D,E,R> instance)
Creates an immutable copy of a
FN5.FN5checkNull value. |
protected String |
d() |
protected F5<A,B,C,D,E,R> |
delegate() |
protected String |
e() |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFN5checkNull that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
delegate, a, b, c, d, e. |
static <A,B,C,D,E,R> |
of(F5<A,B,C,D,E,R> delegate,
String a,
String b,
String c,
String d,
String e)
Construct a new immutable
FN5checkNull instance. |
String |
toString()
Prints the immutable value
FN5checkNull with attribute values. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
withA(String value)
Copy the current immutable object by setting a value for the
a attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
withB(String value)
Copy the current immutable object by setting a value for the
b attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
withC(String value)
Copy the current immutable object by setting a value for the
c attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
withD(String value)
Copy the current immutable object by setting a value for the
d attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
withDelegate(F5<A,B,C,D,E,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
withE(String value)
Copy the current immutable object by setting a value for the
e attribute. |
apply, asHumanReadableclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckNull, mapOnlyIfNotNull, withLabelasHumanReadableprotected String a()
protected String b()
protected String c()
protected String d()
protected String e()
public final ImmutableFN5checkNull<A,B,C,D,E,R> withDelegate(F5<A,B,C,D,E,R> value)
delegate attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.value - A new value for delegatethis objectpublic final ImmutableFN5checkNull<A,B,C,D,E,R> withA(String value)
a attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for athis objectpublic final ImmutableFN5checkNull<A,B,C,D,E,R> withB(String value)
b attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for bthis objectpublic final ImmutableFN5checkNull<A,B,C,D,E,R> withC(String value)
c attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for cthis objectpublic final ImmutableFN5checkNull<A,B,C,D,E,R> withD(String value)
d attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for dthis objectpublic final ImmutableFN5checkNull<A,B,C,D,E,R> withE(String value)
e attribute.
An equals check used to prevent copying of the same value by returning this.value - A new value for ethis objectpublic boolean equals(@Nullable Object another)
ImmutableFN5checkNull that have equal attribute values.public int hashCode()
delegate, a, b, c, d, e.public String toString()
FN5checkNull with attribute values.public static <A,B,C,D,E,R> ImmutableFN5checkNull<A,B,C,D,E,R> of(F5<A,B,C,D,E,R> delegate, String a, String b, String c, String d, String e)
FN5checkNull instance.A - generic parameter AB - generic parameter BC - generic parameter CD - generic parameter DE - generic parameter ER - generic parameter Rdelegate - The value for the delegate attributea - The value for the a attributeb - The value for the b attributec - The value for the c attributed - The value for the d attributee - The value for the e attributepublic static <A,B,C,D,E,R> ImmutableFN5checkNull<A,B,C,D,E,R> copyOf(FN5.FN5checkNull<A,B,C,D,E,R> instance)
FN5.FN5checkNull value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.A - generic parameter AB - generic parameter BC - generic parameter CD - generic parameter DE - generic parameter ER - generic parameter Rinstance - The instance to copypublic static <A,B,C,D,E,R> ImmutableFN5checkNull.Builder<A,B,C,D,E,R> builder()
ImmutableFN5checkNull.
ImmutableFN5checkNull.<A, B, C, D, E, R>builder()
.delegate(de.flapdoodle.formula.calculate.functions.F5<A, B, C, D, E, R>) // required delegate
.a(String) // required a
.b(String) // required b
.c(String) // required c
.d(String) // required d
.e(String) // required e
.build();
A - generic parameter AB - generic parameter BC - generic parameter CD - generic parameter DE - generic parameter ER - generic parameter RCopyright © 2023. All rights reserved.