Package 

Class Arity3

    • Field Summary

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

      Constructors 
      Constructor Description
      Arity3(T1 _1, T2 _2, T3 _3)
    • Method Summary

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

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

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