public class EqualsPattern<T> extends Pattern<T>
| Constructor and Description |
|---|
EqualsPattern(T expectedValue,
Optional<Pattern<?>> previous) |
| Modifier and Type | Method and Description |
|---|---|
<C> Stream<Match> |
accept(Object object,
Captures captures,
C context) |
void |
accept(PatternVisitor patternVisitor) |
T |
expectedValue() |
Copyright © 2012–2020. All rights reserved.