| Package | Description |
|---|---|
| de.flapdoodle.os.common |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePeculiarity<T> |
ImmutablePeculiarity.Builder.build()
Builds a new
ImmutablePeculiarity. |
static <T> ImmutablePeculiarity<T> |
ImmutablePeculiarity.copyOf(Peculiarity<T> instance)
Creates an immutable copy of a
Peculiarity value. |
ImmutablePeculiarity<T> |
ImmutablePeculiarity.withAttribute(Attribute<T> value)
Copy the current immutable object by setting a value for the
attribute attribute. |
ImmutablePeculiarity<T> |
ImmutablePeculiarity.withMatch(Match<T> value)
Copy the current immutable object by setting a value for the
match attribute. |
Copyright © 2021. All rights reserved.