Interface IDfPair<A,B>


public interface IDfPair<A,B>
the pair interface
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getFirst

      A getFirst()
    • getSecond

      B getSecond()