IsType

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

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]