@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableFN1wrapF1<A,R> extends FN1.FN1wrapF1<A,R>
FN1.FN1wrapF1.
Use the builder to create immutable instances:
ImmutableFN1wrapF1.builder().
Use the static factory method to create immutable instances:
ImmutableFN1wrapF1.of().
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableFN1wrapF1.Builder<A,R>
Builds instances of type
ImmutableFN1wrapF1. |
FN1.FN1checkNull<A,R>, FN1.FN1Identity<X>, FN1.FN1WithLabel<A,R>, FN1.FN1wrapF1<A,R>| Modifier and Type | Method and Description |
|---|---|
static <A,R> ImmutableFN1wrapF1.Builder<A,R> |
builder()
Creates a builder for
ImmutableFN1wrapF1. |
static <A,R> ImmutableFN1wrapF1<A,R> |
copyOf(FN1.FN1wrapF1<A,R> instance)
Creates an immutable copy of a
FN1.FN1wrapF1 value. |
protected F1<A,R> |
delegate() |
boolean |
equals(Object another)
This instance is equal to all instances of
ImmutableFN1wrapF1 that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
delegate. |
static <A,R> ImmutableFN1wrapF1<A,R> |
of(F1<A,R> delegate)
Construct a new immutable
FN1wrapF1 instance. |
String |
toString()
Prints the immutable value
FN1wrapF1 with attribute values. |
ImmutableFN1wrapF1<A,R> |
withDelegate(F1<A,R> value)
Copy the current immutable object by setting a value for the
delegate attribute. |
apply, asHumanReadableclone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckNull, identity, mapOnlyIfNotNull, withLabelasHumanReadableprotected F1<A,R> delegate()
delegate in class FN1.FN1wrapF1<A,R>delegate attributepublic final ImmutableFN1wrapF1<A,R> withDelegate(F1<A,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)
ImmutableFN1wrapF1 that have equal attribute values.public int hashCode()
delegate.public String toString()
FN1wrapF1 with attribute values.public static <A,R> ImmutableFN1wrapF1<A,R> of(F1<A,R> delegate)
FN1wrapF1 instance.A - generic parameter AR - generic parameter Rdelegate - The value for the delegate attributepublic static <A,R> ImmutableFN1wrapF1<A,R> copyOf(FN1.FN1wrapF1<A,R> instance)
FN1.FN1wrapF1 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 AR - generic parameter Rinstance - The instance to copypublic static <A,R> ImmutableFN1wrapF1.Builder<A,R> builder()
ImmutableFN1wrapF1.
ImmutableFN1wrapF1.<A, R>builder()
.delegate(de.flapdoodle.formula.calculate.functions.F1<A, R>) // required delegate
.build();
A - generic parameter AR - generic parameter RCopyright © 2023. All rights reserved.