| Package | Description |
|---|---|
| de.flapdoodle.os.common | |
| de.flapdoodle.os.common.matcher |
| Modifier and Type | Method and Description |
|---|---|
Match<T> |
ImmutablePeculiarity.match() |
Match<T> |
Peculiarity.match() |
| Modifier and Type | Method and Description |
|---|---|
ImmutablePeculiarity.Builder<T> |
ImmutablePeculiarity.Builder.match(Match<T> match)
Initializes the value for the
match attribute. |
static <T> Peculiarity<T> |
Peculiarity.of(Attribute<T> attribute,
Match<T> match) |
ImmutablePeculiarity<T> |
ImmutablePeculiarity.withMatch(Match<T> value)
Copy the current immutable object by setting a value for the
match attribute. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Matcher<T,M extends Match<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatchPattern |
interface |
OsReleaseFileMapEntry |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMatchPattern
Immutable implementation of
MatchPattern. |
class |
ImmutableOsReleaseFileMapEntry
Immutable implementation of
OsReleaseFileMapEntry. |
| Modifier and Type | Method and Description |
|---|---|
static <T,M extends Match<T>> |
MatcherLookup.forType(Class<M> type,
Matcher<T,M> matcher) |
<T,M extends Match<T>> |
MatcherLookup.matcher(M match) |
Copyright © 2021. All rights reserved.