Meta

borscht.Meta$
See theMeta companion class
object Meta extends CfgNode => Meta

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait CfgNode => Meta
class Object
trait Matchable
class Any
Self type
Meta.type

Members list

Concise view

Type members

Classlikes

object Empty extends Meta

Attributes

Graph
Supertypes
class Meta
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Empty.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def apply(cfg: CfgNode): Meta

Attributes

Definition Classes
Function1

Inherited methods

def andThen[A](g: Meta => A): T1 => A

Attributes

Inherited from:
Function1
def compose[A](g: A => CfgNode): A => R

Attributes

Inherited from:
Function1