Pattern

org.finos.morphir.ir.internal.Pattern
sealed trait Pattern[+A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Pattern[A]

Members list

Value members

Abstract methods

def attributes: A

Concrete methods

def map[B](f: A => B): Pattern[B]
final def mapAttributes[B](f: A => B): Pattern[B]
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def withAttributes[B >: A](attributes: => B): Pattern[B]