@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableFN4wrapF4<A,B,C,D,R> extends FN4.FN4wrapF4<A,B,C,D,R>
FN4.FN4wrapF4.
Use the builder to create immutable instances:
ImmutableFN4wrapF4.builder().
Use the static factory method to create immutable instances:
ImmutableFN4wrapF4.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFN4wrapF4.Builder<A,B,C,D,R>
Builds instances of type
ImmutableFN4wrapF4. |
| Modifier and Type | Method and Description |
|---|---|
static <A,B,C,D,R> |
builder()
Creates a builder for
ImmutableFN4wrapF4. |
static <A,B,C,D,R> |
copyOf(FN4.FN4wrapF4<A,B,C,D,R> instance)
Creates an immutable copy of a
FN4.FN4wrapF4 value. |
protected F4<A,B,C,D,R> |
delegate() |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFN4wrapF4 that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
delegate. |
static <A,B,C,D,R> |
of(F4<A,B,C,D,R> delegate)
Construct a new immutable
FN4wrapF4 instance. |
String |
toString()
Prints the immutable value
FN4wrapF4 with attribute values. |
ImmutableFN4wrapF4<A,B,C,D,R> |
withDelegate(F4<A,B,C,D,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 ImmutableFN4wrapF4<A,B,C,D,R> withDelegate(F4<A,B,C,D,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)
ImmutableFN4wrapF4 that have equal attribute values.public int hashCode()
delegate.public String toString()
FN4wrapF4 with attribute values.public static <A,B,C,D,R> ImmutableFN4wrapF4<A,B,C,D,R> of(F4<A,B,C,D,R> delegate)
FN4wrapF4 instance.A - generic parameter AB - generic parameter BC - generic parameter CD - generic parameter DR - generic parameter Rdelegate - The value for the delegate attributepublic static <A,B,C,D,R> ImmutableFN4wrapF4<A,B,C,D,R> copyOf(FN4.FN4wrapF4<A,B,C,D,R> instance)
FN4.FN4wrapF4 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 DR - generic parameter Rinstance - The instance to copypublic static <A,B,C,D,R> ImmutableFN4wrapF4.Builder<A,B,C,D,R> builder()
ImmutableFN4wrapF4.
ImmutableFN4wrapF4.<A, B, C, D, R>builder()
.delegate(de.flapdoodle.formula.calculate.functions.F4<A, B, C, D, R>) // required delegate
.build();
A - generic parameter AB - generic parameter BC - generic parameter CD - generic parameter DR - generic parameter RCopyright © 2023. All rights reserved.