IsType

ostrat.IsType
See theIsType companion object
trait IsType[A <: AnyRef]

Not entirely sure what this type class is for

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TerainIsType
object AnyRefIsType

Members list

Value members

Abstract methods

def asType(obj: AnyRef): A
def isType(obj: AnyRef): Boolean

Concrete methods

def optType(obj: AnyRef): Option[A]