@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableFN5wrapF5<A,B,C,D,E,R> extends FN5.FN5wrapF5<A,B,C,D,E,R>
FN5.FN5wrapF5.
Use the builder to create immutable instances:
ImmutableFN5wrapF5.builder().
Use the static factory method to create immutable instances:
ImmutableFN5wrapF5.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFN5wrapF5.Builder<A,B,C,D,E,R>
Builds instances of type
ImmutableFN5wrapF5. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,D,E,R> |
builder()
Creates a builder for
ImmutableFN5wrapF5. |
static <A,B,C,D,E,R> |
copyOf(FN5.FN5wrapF5<A,B,C,D,E,R> instance)
Creates an immutable copy of a
FN5.FN5wrapF5 value. |
protected F5<A,B,C,D,E,R> |
delegate() |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFN5wrapF5 that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
delegate. |
static <A,B,C,D,E,R> |
of(F5<A,B,C,D,E,R> delegate)
Construct a new immutable
FN5wrapF5 instance. |
String |
toString()
Prints the immutable value
FN5wrapF5 with attribute values. |
ImmutableFN5wrapF5<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. |
apply, asHumanReadableclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckNull, mapOnlyIfNotNull, withLabelasHumanReadablepublic final ImmutableFN5wrapF5<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 boolean equals(@Nullable Object another)
ImmutableFN5wrapF5 that have equal attribute values.public int hashCode()
delegate.public String toString()
FN5wrapF5 with attribute values.public static <A,B,C,D,E,R> ImmutableFN5wrapF5<A,B,C,D,E,R> of(F5<A,B,C,D,E,R> delegate)
FN5wrapF5 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 attributepublic static <A,B,C,D,E,R> ImmutableFN5wrapF5<A,B,C,D,E,R> copyOf(FN5.FN5wrapF5<A,B,C,D,E,R> instance)
FN5.FN5wrapF5 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> ImmutableFN5wrapF5.Builder<A,B,C,D,E,R> builder()
ImmutableFN5wrapF5.
ImmutableFN5wrapF5.<A, B, C, D, E, R>builder()
.delegate(de.flapdoodle.formula.calculate.functions.F5<A, B, C, D, E, R>) // required delegate
.build();
A - generic parameter AB - generic parameter BC - generic parameter CD - generic parameter DE - generic parameter ER - generic parameter RCopyright © 2023. All rights reserved.