Packages

object Composition extends (ElementProducer, ElementProducer) => ElementProducer

A composition operation for ElementProducer, so that it forms an additive monoid with the Empty instance as id.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Composition
  2. Function2
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(x: ElementProducer, y: ElementProducer): ElementProducer
    Definition Classes
    Composition → Function2
  2. def curried: (ElementProducer) => (ElementProducer) => ElementProducer
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function2 → AnyRef → Any
  4. def tupled: ((ElementProducer, ElementProducer)) => ElementProducer
    Definition Classes
    Function2
    Annotations
    @unspecialized()