Interface QuadTuple<A,​B,​C,​D>

  • All Superinterfaces:
    Tuple
    All Known Implementing Classes:
    QuadTupleImpl

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

      • getFactA

        A getFactA()
      • getFactB

        B getFactB()
      • getFactC

        C getFactC()
      • getFactD

        D getFactD()