ExOps

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

Value members

Concrete methods

def as[A](`evidence$2`: Bridge[A]): 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](key: String)(`evidence$1`: Bridge[A]): Attr[A]
def copy: Copy