Interface BiTuple<A,B>

All Superinterfaces:
Tuple
All Known Implementing Classes:
BiTupleImpl

public interface BiTuple<A,B> extends Tuple
  • Method Details

    • getFactA

      A getFactA()
    • getFactB

      B getFactB()