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