| Package | Description |
|---|---|
| io.prestosql.matching | |
| io.prestosql.matching.pattern |
| Modifier and Type | Method and Description |
|---|---|
Captures |
Captures.addAll(Captures other) |
Captures |
Match.captures() |
static Captures |
Captures.empty() |
static <T> Captures |
Captures.ofNullable(Capture<T> capture,
T value) |
| Modifier and Type | Method and Description |
|---|---|
abstract <C> Stream<Match> |
Pattern.accept(Object object,
Captures captures,
C context) |
Captures |
Captures.addAll(Captures other) |
<C> Stream<Match> |
Pattern.match(Object object,
Captures captures,
C context) |
static Match |
Match.of(Captures captures) |
| Modifier and Type | Method and Description |
|---|---|
<C> Stream<Match> |
WithPattern.accept(Object object,
Captures captures,
C context) |
<C> Stream<Match> |
CapturePattern.accept(Object object,
Captures captures,
C context) |
<C> Stream<Match> |
EqualsPattern.accept(Object object,
Captures captures,
C context) |
<C> Stream<Match> |
TypeOfPattern.accept(Object object,
Captures captures,
C context) |
<C> Stream<Match> |
FilterPattern.accept(Object object,
Captures captures,
C context) |
Copyright © 2012–2020. All rights reserved.