Par

libretto.scaletto.impl.FreeScaletto.-⚬.Par
case class Par[A1, A2, B1, B2](f1: A1 -> B1, f2: A2 -> B2) extends ConcurrentPair[A1, A2] -⚬ ConcurrentPair[B1, B2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ConcurrentPair[A1, A2] -⚬ ConcurrentPair[B1, B2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product