Packages

t

org.saddle.index

MelterLowPriority

trait MelterLowPriority extends MelterLowerPriority

Next lowest priority melter implicit instances; takes one arbitrary types and a TupleN and produces a TupleN+1

Linear Supertypes
MelterLowerPriority, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MelterLowPriority
  2. MelterLowerPriority
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def makeMelter[A, B, C](fn: (A, B) => C)(implicit arg0: ST[C], arg1: 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: ORD[A], arg1: ORD[B]): Melter[A, B, (A, B)]
    Definition Classes
    MelterLowerPriority
  14. implicit def melt1_2[A, B, C](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C]): Melter[A, (B, C), (A, B, C)]
  15. implicit def melt1_3[A, B, C, D](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D]): Melter[A, (B, C, D), (A, B, C, D)]
  16. implicit def melt1_4[A, B, C, D, E](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E]): Melter[A, (B, C, D, E), (A, B, C, D, E)]
  17. implicit def melt1_5[A, B, C, D, E, F](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E], arg5: ORD[F]): Melter[A, (B, C, D, E, F), (A, B, C, D, E, F)]
  18. implicit def melt1_6[A, B, C, D, E, F, G](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E], arg5: ORD[F], arg6: ORD[G]): Melter[A, (B, C, D, E, F, G), (A, B, C, D, E, F, G)]
  19. implicit def melt1_7[A, B, C, D, E, F, G, H](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E], arg5: ORD[F], arg6: ORD[G], arg7: ORD[H]): Melter[A, (B, C, D, E, F, G, H), (A, B, C, D, E, F, G, H)]
  20. implicit def melt1_8[A, B, C, D, E, F, G, H, I](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E], arg5: ORD[F], arg6: ORD[G], arg7: ORD[H], arg8: ORD[I]): Melter[A, (B, C, D, E, F, G, H, I), (A, B, C, D, E, F, G, H, I)]
  21. implicit def melt2_1[A, B, C](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C]): Melter[(A, B), C, (A, B, C)]
  22. implicit def melt3_1[A, B, C, D](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D]): Melter[(A, B, C), D, (A, B, C, D)]
  23. implicit def melt4_1[A, B, C, D, E](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E]): Melter[(A, B, C, D), E, (A, B, C, D, E)]
  24. implicit def melt5_1[A, B, C, D, E, F](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E], arg5: ORD[F]): Melter[(A, B, C, D, E), F, (A, B, C, D, E, F)]
  25. implicit def melt6_1[A, B, C, D, E, F, G](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E], arg5: ORD[F], arg6: ORD[G]): Melter[(A, B, C, D, E, F), G, (A, B, C, D, E, F, G)]
  26. implicit def melt7_1[A, B, C, D, E, F, G, H](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E], arg5: ORD[F], arg6: ORD[G], arg7: ORD[H]): Melter[(A, B, C, D, E, F, G), H, (A, B, C, D, E, F, G, H)]
  27. implicit def melt8_1[A, B, C, D, E, F, G, H, I](implicit arg0: ORD[A], arg1: ORD[B], arg2: ORD[C], arg3: ORD[D], arg4: ORD[E], arg5: ORD[F], arg6: ORD[G], arg7: ORD[H], arg8: ORD[I]): Melter[(A, B, C, D, E, F, G, H), I, (A, B, C, D, E, F, G, H, I)]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from MelterLowerPriority

Inherited from AnyRef

Inherited from Any

Ungrouped