Class TupleOps$


  • public class TupleOps$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TupleOps$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      TupleOps$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> TupleOps<T> enhanceTuple​(T tuple, Tuple<T> evidence$1)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final TupleOps$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TupleOps$

        public TupleOps$()
    • Method Detail

      • enhanceTuple

        public <T> TupleOps<T> enhanceTuple​(T tuple,
                                            Tuple<T> evidence$1)