O object

TypeBounds

extends Object

Supertypes

Object

Members

def 

apply

( low: Type hi: Type ) ( implicit  ctx: Context ) : TypeBounds

def 

extension_hi

( self: TypeBounds ) ( implicit  ctx: Context ) : Type

def 

extension_low

( self: TypeBounds ) ( implicit  ctx: Context ) : Type

def 

unapply

( x: TypeBounds ) ( implicit  ctx: Context ) : Option[( Type, Type )]