ResourceTag

trait ResourceTag[A] extends AnyRef
Rough type-tag, for which we provide a low effort instance based on classtags for classes that
are not subject to type-erasure.
Because this type is used as an index in a map, you ought to make sure it implements
proper equals/hashCode methods
Companion
object
class Object
trait Matchable
class Any

Value members

Methods

def description: String
def cast(obj: Any): Option[A]