| Package | Description |
|---|---|
| de.flapdoodle.os.common |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableOneOf
Immutable implementation of
OneOf. |
| Modifier and Type | Method and Description |
|---|---|
static OneOf |
OneOf.of(DistinctPeculiarity<?>... peculiarities) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableOneOf |
ImmutableOneOf.copyOf(OneOf instance)
Creates an immutable copy of a
OneOf value. |
ImmutableOneOf.Builder |
ImmutableOneOf.Builder.from(OneOf instance)
Fill a builder with attribute values from the provided
OneOf instance. |
static boolean |
PeculiarityInspector.matches(AttributeExtractorLookup attributeExtractorLookup,
MatcherLookup matcherLookup,
OneOf oneOf) |
Copyright © 2021. All rights reserved.