Flatten

final case class Flatten[A](elem: GE[A]) extends Lazy[A]

A graph element that flattens the channels from a nested multi-channel structure.

Value parameters:
elem

the element to flatten

Companion:
object
trait Serializable
trait Lazy[A]
trait GE[A]
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product