AssertNotNull

Extractor for not-null assertions. A not-null assertion for reference x has the form x.$asInstanceOf$[x.type & T].

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(tree: Tree, tpnn: Type)(using Context): Tree
def unapply(tree: TypeApply)(using Context): Option[Tree]