public interface HasArg0<T0>
A representation of the first argument of a field predicate.
- Since:
- 0.1.0
- Author:
- Julia Gustafsson
-
Method Summary
-
Method Details
-
get0
T0 get0()Returns the first argument of a predicate.- Returns:
- the first argument
-