UseCase

final case class UseCase(code: String, codePos: Span, untpdCode: Tree, tpdCode: Option[DefDef])
Companion
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def typed(tpdCode: DefDef): UseCase

Inherited methods

Inherited from
Product