Element

de.activegroup.scalajasper.core.Element
See theElement companion class
object Element

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Element.type

Members list

Value members

Concrete methods

def stack(elements: Seq[Element]): Element

Stack all elements below each other, starting with the first element (which will remain where is it).

Stack all elements below each other, starting with the first element (which will remain where is it).

Attributes

See also

See also method below for the exact definition of "below".

Concrete fields

val zero: Element

An element representing 'nothing', which forms the neutral element for element addition.

An element representing 'nothing', which forms the neutral element for element addition.

Attributes