| Package | Description |
|---|---|
| de.flapdoodle.os.common |
| Modifier and Type | Method and Description |
|---|---|
ImmutableAllOf |
ImmutableAllOf.Builder.build()
Builds a new
ImmutableAllOf. |
static ImmutableAllOf |
ImmutableAllOf.copyOf(AllOf instance)
Creates an immutable copy of a
AllOf value. |
static ImmutableAllOf |
ImmutableAllOf.of(Iterable<? extends Peculiarity> pecularities)
Construct a new immutable
AllOf instance. |
static ImmutableAllOf |
ImmutableAllOf.of(List<Peculiarity> pecularities)
Construct a new immutable
AllOf instance. |
ImmutableAllOf |
ImmutableAllOf.withPecularities(Iterable<? extends Peculiarity> elements)
Copy the current immutable object with elements that replace the content of
pecularities. |
ImmutableAllOf |
ImmutableAllOf.withPecularities(Peculiarity... elements)
Copy the current immutable object with elements that replace the content of
pecularities. |
Copyright © 2024. All rights reserved.