| Package | Description |
|---|---|
| de.flapdoodle.os.common.matcher |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMatchPattern
Immutable implementation of
MatchPattern. |
| Modifier and Type | Method and Description |
|---|---|
static MatchPattern |
Matchers.matchPattern(String pattern) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMatchPattern |
ImmutableMatchPattern.copyOf(MatchPattern instance)
Creates an immutable copy of a
MatchPattern value. |
ImmutableMatchPattern.Builder |
ImmutableMatchPattern.Builder.from(MatchPattern instance)
Fill a builder with attribute values from the provided
MatchPattern instance. |
boolean |
PatternMatcher.match(Optional<String> value,
MatchPattern match) |
Copyright © 2021. All rights reserved.