Package io.prestosql.matching
Class Captures
- java.lang.Object
-
- io.prestosql.matching.Captures
-
public class Captures extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CapturesaddAll(Captures other)static Capturesempty()booleanequals(Object o)<T> Tget(Capture<T> capture)inthashCode()static <T> CapturesofNullable(Capture<T> capture, T value)
-