Packages

object ElementProducer

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElementProducer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. object Composition extends (ElementProducer, ElementProducer) => ElementProducer

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

  2. object Empty extends ElementProducer with Product with Serializable

    An empty instance for the ElementProducer kind.

    An empty instance for the ElementProducer kind. Can be used as id with the element Composition to form an additive monoid.