Package io.prestosql.matching
Class Capture<T>
- java.lang.Object
-
- io.prestosql.matching.Capture<T>
-
public class Capture<T> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()static <T> Capture<T>newCapture()static <T> Capture<T>newCapture(String description)
-