Uses of Class
io.trino.matching.Match
-
Packages that use Match Package Description io.trino.matching io.trino.matching.pattern -
-
Uses of Match in io.trino.matching
Methods in io.trino.matching that return Match Modifier and Type Method Description static MatchMatch. of(Captures captures)Methods in io.trino.matching that return types with arguments of type Match Modifier and Type Method Description abstract <C> Stream<Match>Pattern. accept(Object object, Captures captures, C context)Stream<Match>Pattern. match(Object object)<C> Stream<Match>Pattern. match(Object object, C context)<C> Stream<Match>Pattern. match(Object object, Captures captures, C context) -
Uses of Match in io.trino.matching.pattern
Methods in io.trino.matching.pattern that return types with arguments of type Match 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)
-