Package play.libs

Class F.T2<A,​B>

  • Enclosing class:
    F

    public static class F.T2<A,​B>
    extends F.Tuple<A,​B>
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      T2​(A _1, B _2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • T2

        public T2​(A _1,
                  B _2)