Formatter

org.finos.morphir.Dumper.Formatter
See theFormatter companion object
trait Formatter[+Out] extends Repr => Out

Attributes

Companion
object
Graph
Supertypes
trait Repr => Out
class Object
trait Matchable
class Any

Members list

Type members

Types

type Format <: Out

Value members

Inherited methods

def andThen[A](g: Out => A): Repr => A

Attributes

Inherited from:
Function1
def apply(v1: Repr): Out

Attributes

Inherited from:
Function1
def compose[A](g: A => Repr): A => Out

Attributes

Inherited from:
Function1
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
Function1 -> Any
Inherited from:
Function1