| Package | Description |
|---|---|
| de.flapdoodle.formula.values |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAttribute<O,T> |
ImmutableAttribute.Builder.build()
Builds a new
ImmutableAttribute. |
static <O,T> ImmutableAttribute<O,T> |
ImmutableAttribute.copyOf(Attribute<O,T> instance)
Creates an immutable copy of a
Attribute value. |
ImmutableAttribute<O,T> |
ImmutableAttribute.withGetter(Function<O,T> value)
Copy the current immutable object by setting a value for the
getter attribute. |
ImmutableAttribute<O,T> |
ImmutableAttribute.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableAttribute<O,T> |
ImmutableAttribute.withObjectType(de.flapdoodle.reflection.TypeInfo<O> value)
Copy the current immutable object by setting a value for the
objectType attribute. |
ImmutableAttribute<O,T> |
ImmutableAttribute.withSetter(BiConsumer<O,T> value)
Copy the current immutable object by setting a value for the
setter attribute. |
Copyright © 2023. All rights reserved.