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