Interface QuadTuple<A,B,C,D>

All Superinterfaces:
Tuple
All Known Implementing Classes:
QuadTupleImpl

public interface QuadTuple<A,B,C,D> extends Tuple
  • Method Details

    • getFactA

      A getFactA()
    • getFactB

      B getFactB()
    • getFactC

      C getFactC()
    • getFactD

      D getFactD()