Interface HasArg0<T0>


public interface HasArg0<T0>
A representation of the first argument of a field predicate.
Since:
0.1.0
Author:
Julia Gustafsson
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the first argument of a predicate.
  • Method Details

    • get0

      T0 get0()
      Returns the first argument of a predicate.
      Returns:
      the first argument