public interface HasArg1<T1>
A representation of the second argument of a field predicate.
- Since:
- 0.1.0
- Author:
- Julia Gustafsson
-
Method Summary
-
Method Details
-
get1
T1 get1()Returns the second argument of a predicate.- Returns:
- the second argument
-