Package 

Class Arity2

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final T1 _1
      private final T2 _2
    • Constructor Summary

      Constructors 
      Constructor Description
      Arity2(T1 _1, T2 _2)
    • Method Summary

      Modifier and Type Method Description
      final T1 component1()
      final T2 component2()
      final Arity2<T1, T2> copy(T1 _1, T2 _2)
      final T1 get_1()
      final T2 get_2()
      • Methods inherited from class org.jetbrains.kotlinx.spark.api.Arity2

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait