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 AnyRefIsType.type
object TerainIsType.type

Members list

Concise view

Value members

Abstract methods

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

Concrete methods

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