SproutSub

trait SproutSub[O] extends Sprout[O]
trait Sprout[O]
trait Burry[O]
class Object
trait Matchable
class Any

Type members

Types

override opaque type Type

Inherited types

type Original = O
Inherited from
Burry

Value members

Inherited methods

def apply(o: O): Type
Inherited from
Sprout
@inline
final def newType(o: O): Type
Inherited from
Sprout
@inline
final def oldType(n: Type): O
Inherited from
Burry
def symbolicName: String

Used for better error messages, and certain integrations.

Used for better error messages, and certain integrations.

Inherited from
Burry

Inherited fields

final lazy val newTypeInstance: NewType[O, Type]
Inherited from
Sprout