MelterLowerPriority

org.saddle.index.MelterLowerPriority

Lowest priority melter implicit instance takes two arbitrary types and produces a Tuple2

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Melter.type

Members list

Value members

Concrete methods

protected def makeMelter[A, B, C : Order](fn: (A, B) => 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

Type parameters

A

Type of left operand

B

Type of right operand

C

Type of result

Value parameters

fn

A function from (A, B) => C

Attributes

Implicits

Implicits

implicit def melt[A : Order, B : Order]: Melter[A, B, (A, B)]