@NotThreadSafe public static final class ImmutableFN5checkNull.Builder<A,B,C,D,E,R> extends Object
ImmutableFN5checkNull.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
ImmutableFN5checkNull.Builder<A,B,C,D,E,R> |
a(String a)
Initializes the value for the
a attribute. |
ImmutableFN5checkNull.Builder<A,B,C,D,E,R> |
b(String b)
Initializes the value for the
b attribute. |
ImmutableFN5checkNull<A,B,C,D,E,R> |
build()
Builds a new
ImmutableFN5checkNull. |
ImmutableFN5checkNull.Builder<A,B,C,D,E,R> |
c(String c)
Initializes the value for the
c attribute. |
ImmutableFN5checkNull.Builder<A,B,C,D,E,R> |
d(String d)
Initializes the value for the
d attribute. |
ImmutableFN5checkNull.Builder<A,B,C,D,E,R> |
delegate(F5<A,B,C,D,E,R> delegate)
Initializes the value for the
delegate attribute. |
ImmutableFN5checkNull.Builder<A,B,C,D,E,R> |
e(String e)
Initializes the value for the
e attribute. |
ImmutableFN5checkNull.Builder<A,B,C,D,E,R> |
from(FN5.FN5checkNull<A,B,C,D,E,R> instance)
Fill a builder with attribute values from the provided
FN5checkNull instance. |
@CanIgnoreReturnValue public final ImmutableFN5checkNull.Builder<A,B,C,D,E,R> from(FN5.FN5checkNull<A,B,C,D,E,R> instance)
FN5checkNull instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFN5checkNull.Builder<A,B,C,D,E,R> delegate(F5<A,B,C,D,E,R> delegate)
delegate attribute.delegate - The value for delegatethis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFN5checkNull.Builder<A,B,C,D,E,R> a(String a)
a attribute.a - The value for athis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFN5checkNull.Builder<A,B,C,D,E,R> b(String b)
b attribute.b - The value for bthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFN5checkNull.Builder<A,B,C,D,E,R> c(String c)
c attribute.c - The value for cthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFN5checkNull.Builder<A,B,C,D,E,R> d(String d)
d attribute.d - The value for dthis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableFN5checkNull.Builder<A,B,C,D,E,R> e(String e)
e attribute.e - The value for ethis builder for use in a chained invocationpublic ImmutableFN5checkNull<A,B,C,D,E,R> build()
ImmutableFN5checkNull.IllegalStateException - if any required attributes are missingCopyright © 2023. All rights reserved.