org.saddle.index

Melter

Related Docs: trait Melter | package index

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. Melter
  2. MelterLowPriority
  3. MelterLowerPriority
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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)]

  23. 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)]

  24. 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)]

  25. 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)]

  26. 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)]

  27. 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)]

  28. 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
  29. 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)]

  30. 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)]

  31. 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)]

  32. 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)]

  33. 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)]

  34. 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
  35. 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)]

  36. 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)]

  37. 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)]

  38. 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)]

  39. 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
  40. 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)]

  41. 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)]

  42. 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)]

  43. 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
  44. 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)]

  45. 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)]

  46. 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
  47. 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)]

  48. 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
  49. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MelterLowPriority

Inherited from MelterLowerPriority

Inherited from AnyRef

Inherited from Any

Ungrouped