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