public interface HasArg2<T2>
A representation of the third argument of a field predicate.
- Since:
- 0.1.0
- Author:
- Julia Gustafsson
-
Method Summary
-
Method Details
-
get2
T2 get2()Returns the third argument of a predicate.- Returns:
- the third argument
-