Interface HasArg2<T2>


public interface HasArg2<T2>
A representation of the third argument of a field predicate.
Since:
0.1.0
Author:
Julia Gustafsson
  • Method Summary

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

    • get2

      T2 get2()
      Returns the third argument of a predicate.
      Returns:
      the third argument