Interface HasArg1<T1>


public interface HasArg1<T1>
A representation of the second argument of a field predicate.
Since:
0.1.0
Author:
Julia Gustafsson
  • Method Summary

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

    • get1

      T1 get1()
      Returns the second argument of a predicate.
      Returns:
      the second argument