Uses of Class
io.prestosql.matching.Captures
-
Packages that use Captures Package Description io.prestosql.matching io.prestosql.matching.pattern -
-
Uses of Captures in io.prestosql.matching
Methods in io.prestosql.matching that return Captures Modifier and Type Method Description CapturesCaptures. addAll(Captures other)CapturesMatch. captures()static CapturesCaptures. empty()static <T> CapturesCaptures. ofNullable(Capture<T> capture, T value)Methods in io.prestosql.matching with parameters of type Captures Modifier and Type Method Description abstract <C> Stream<Match>Pattern. accept(Object object, Captures captures, C context)CapturesCaptures. addAll(Captures other)<C> Stream<Match>Pattern. match(Object object, Captures captures, C context)static MatchMatch. of(Captures captures) -
Uses of Captures in io.prestosql.matching.pattern
Methods in io.prestosql.matching.pattern with parameters of type Captures Modifier and Type Method Description <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>FilterPattern. accept(Object object, Captures captures, C context)<C> Stream<Match>TypeOfPattern. accept(Object object, Captures captures, C context)<C> Stream<Match>WithPattern. accept(Object object, Captures captures, C context)
-