Melter

trait Melter[A, B, C]

A Melter operates on a Tuple,,N,, and a Tuple,,M,, and produces a Tuple,,N+M,, which is composed of the corresponding tuple elements.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(a: A, b: B): C
def ord: Order[C]
def tag: ScalarTag[C]