Uses of Class
io.trino.matching.Capture
Packages that use Capture
-
Uses of Capture in io.trino.matching
Methods in io.trino.matching that return CaptureModifier and TypeMethodDescriptionstatic <T> Capture<T>Capture.newCapture()static <T> Capture<T>Capture.newCapture(String description) Methods in io.trino.matching with parameters of type CaptureModifier and TypeMethodDescription<T> TPattern.capturedAs(Capture<T> capture) Property.capturedAs(Capture<T> capture) <T> Tstatic <T> CapturesCaptures.ofNullable(Capture<T> capture, T value) -
Uses of Capture in io.trino.matching.pattern
Methods in io.trino.matching.pattern that return CaptureConstructors in io.trino.matching.pattern with parameters of type Capture