ExOps

final implicit class ExOps(obj: Ex[Obj]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def as[A : Bridge]: Ex[Option[A]]

Tries to parse this object as a more specific type. Produces Some if the type matches, otherwise None.

Tries to parse this object as a more specific type. Produces Some if the type matches, otherwise None.

def attr[A : Bridge](key: String): Attr[A]
def copy: Copy