org.finos.morphir.util

Members list

Type members

Classlikes

trait Printer[-A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Printer_Boolean.type
object given_Printer_Int.type
object given_Printer_String.type
object Printer

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Printer.type
class ScopedVar[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ScopedVar

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ScopedVar.type
sealed trait ShowBuilder

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ShowBuilder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case object UnreachableException extends Exception

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
final case class UnsupportedException(msg: String) extends Exception

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def unreachable: Nothing
def unsupported(v: Any): Nothing
def unsupported(s: String): Nothing