org.saddle.index

Melter

object Melter extends MelterLowPriority

Normal priority melter implicit instances takes one a TupleN and a TupleM and produce a TupleN+M

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Melter
  2. MelterLowPriority
  3. MelterLowerPriority
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def makeMelter[A, B, C](fn: (A, B) ⇒ C)(implicit arg0: ST[A], arg1: ST[B], arg2: ST[C], arg3: ORD[C]): Melter[A, B, C]

    Creates a new Melter instance from a function that implements the internal mechanics

    Creates a new Melter instance from a function that implements the internal mechanics

    A

    Type of left operand

    B

    Type of right operand

    C

    Type of result

    fn

    A function from (A, B) => C

    Attributes
    protected
    Definition Classes
    MelterLowerPriority
  15. implicit def melt[A, B](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B]): Melter[A, B, (A, B)]

    Definition Classes
    MelterLowerPriority
  16. implicit def melt1_2[A, B, C](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C]): Melter[A, (B, C), (A, B, C)]

    Definition Classes
    MelterLowPriority
  17. implicit def melt1_3[A, B, C, D](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D]): Melter[A, (B, C, D), (A, B, C, D)]

    Definition Classes
    MelterLowPriority
  18. implicit def melt1_4[A, B, C, D, E](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E]): Melter[A, (B, C, D, E), (A, B, C, D, E)]

    Definition Classes
    MelterLowPriority
  19. implicit def melt1_5[A, B, C, D, E, F](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F]): Melter[A, (B, C, D, E, F), (A, B, C, D, E, F)]

    Definition Classes
    MelterLowPriority
  20. implicit def melt1_6[A, B, C, D, E, F, G](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G]): Melter[A, (B, C, D, E, F, G), (A, B, C, D, E, F, G)]

    Definition Classes
    MelterLowPriority
  21. implicit def melt1_7[A, B, C, D, E, F, G, H](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H]): Melter[A, (B, C, D, E, F, G, H), (A, B, C, D, E, F, G, H)]

    Definition Classes
    MelterLowPriority
  22. implicit def melt1_8[A, B, C, D, E, F, G, H, I](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H], arg16: ST[I], arg17: ORD[I]): Melter[A, (B, C, D, E, F, G, H, I), (A, B, C, D, E, F, G, H, I)]

    Definition Classes
    MelterLowPriority
  23. implicit def melt2_1[A, B, C](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C]): Melter[(A, B), C, (A, B, C)]

    Definition Classes
    MelterLowPriority
  24. implicit def melt2_2[A, B, C, D](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D]): Melter[(A, B), (C, D), (A, B, C, D)]

  25. implicit def melt2_3[A, B, C, D, E](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E]): Melter[(A, B), (C, D, E), (A, B, C, D, E)]

  26. implicit def melt2_4[A, B, C, D, E, F](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F]): Melter[(A, B), (C, D, E, F), (A, B, C, D, E, F)]

  27. implicit def melt2_5[A, B, C, D, E, F, G](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G]): Melter[(A, B), (C, D, E, F, G), (A, B, C, D, E, F, G)]

  28. implicit def melt2_6[A, B, C, D, E, F, G, H](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H]): Melter[(A, B), (C, D, E, F, G, H), (A, B, C, D, E, F, G, H)]

  29. implicit def melt2_7[A, B, C, D, E, F, G, H, I](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H], arg16: ST[I], arg17: ORD[I]): Melter[(A, B), (C, D, E, F, G, H, I), (A, B, C, D, E, F, G, H, I)]

  30. implicit def melt3_1[A, B, C, D](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D]): Melter[(A, B, C), D, (A, B, C, D)]

    Definition Classes
    MelterLowPriority
  31. implicit def melt3_2[A, B, C, D, E](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E]): Melter[(A, B, C), (C, D), (A, B, C, C, D)]

  32. implicit def melt3_3[A, B, C, D, E, F](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F]): Melter[(A, B, C), (D, E, F), (A, B, C, D, E, F)]

  33. implicit def melt3_4[A, B, C, D, E, F, G](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G]): Melter[(A, B, C), (D, E, F, G), (A, B, C, D, E, F, G)]

  34. implicit def melt3_5[A, B, C, D, E, F, G, H](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H]): Melter[(A, B, C), (D, E, F, G, H), (A, B, C, D, E, F, G, H)]

  35. implicit def melt3_6[A, B, C, D, E, F, G, H, I](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H], arg16: ST[I], arg17: ORD[I]): Melter[(A, B, C), (D, E, F, G, H, I), (A, B, C, D, E, F, G, H, I)]

  36. implicit def melt4_1[A, B, C, D, E](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E]): Melter[(A, B, C, D), E, (A, B, C, D, E)]

    Definition Classes
    MelterLowPriority
  37. implicit def melt4_2[A, B, C, D, E, F](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F]): Melter[(A, B, C, D), (E, F), (A, B, C, D, E, F)]

  38. implicit def melt4_3[A, B, C, D, E, F, G](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G]): Melter[(A, B, C, D), (E, F, G), (A, B, C, D, E, F, G)]

  39. implicit def melt4_4[A, B, C, D, E, F, G, H](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H]): Melter[(A, B, C, D), (E, F, G, H), (A, B, C, D, E, F, G, H)]

  40. implicit def melt4_5[A, B, C, D, E, F, G, H, I](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H], arg16: ST[I], arg17: ORD[I]): Melter[(A, B, C, D), (E, F, G, H, I), (A, B, C, D, E, F, G, H, I)]

  41. implicit def melt5_1[A, B, C, D, E, F](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F]): Melter[(A, B, C, D, E), F, (A, B, C, D, E, F)]

    Definition Classes
    MelterLowPriority
  42. implicit def melt5_2[A, B, C, D, E, F, G](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G]): Melter[(A, B, C, D, E), (F, G), (A, B, C, D, E, F, G)]

  43. implicit def melt5_3[A, B, C, D, E, F, G, H](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H]): Melter[(A, B, C, D, E), (F, G, H), (A, B, C, D, E, F, G, H)]

  44. implicit def melt5_4[A, B, C, D, E, F, G, H, I](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H], arg16: ST[I], arg17: ORD[I]): Melter[(A, B, C, D, E), (F, G, H, I), (A, B, C, D, E, F, G, H, I)]

  45. implicit def melt6_1[A, B, C, D, E, F, G](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G]): Melter[(A, B, C, D, E, F), G, (A, B, C, D, E, F, G)]

    Definition Classes
    MelterLowPriority
  46. implicit def melt6_2[A, B, C, D, E, F, G, H](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H]): Melter[(A, B, C, D, E, F), (G, H), (A, B, C, D, E, F, G, H)]

  47. implicit def melt6_3[A, B, C, D, E, F, G, H, I](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H], arg16: ST[I], arg17: ORD[I]): Melter[(A, B, C, D, E, F), (G, H, I), (A, B, C, D, E, F, G, H, I)]

  48. implicit def melt7_1[A, B, C, D, E, F, G, H](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H]): Melter[(A, B, C, D, E, F, G), H, (A, B, C, D, E, F, G, H)]

    Definition Classes
    MelterLowPriority
  49. implicit def melt7_2[A, B, C, D, E, F, G, H, I](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H], arg16: ST[I], arg17: ORD[I]): Melter[(A, B, C, D, E, F, G), (H, I), (A, B, C, D, E, F, G, H, I)]

  50. implicit def melt8_1[A, B, C, D, E, F, G, H, I](implicit arg0: ST[A], arg1: ORD[A], arg2: ST[B], arg3: ORD[B], arg4: ST[C], arg5: ORD[C], arg6: ST[D], arg7: ORD[D], arg8: ST[E], arg9: ORD[E], arg10: ST[F], arg11: ORD[F], arg12: ST[G], arg13: ORD[G], arg14: ST[H], arg15: ORD[H], arg16: ST[I], arg17: ORD[I]): Melter[(A, B, C, D, E, F, G, H), I, (A, B, C, D, E, F, G, H, I)]

    Definition Classes
    MelterLowPriority
  51. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  54. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  57. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  58. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MelterLowPriority

Inherited from MelterLowerPriority

Inherited from AnyRef

Inherited from Any