object AsReal extends FallbackAsReal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsReal
  2. FallbackAsReal
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[Raw, Real](implicit asReal: AsReal[Raw, Real]): AsReal[Raw, Real]
  2. def create[Raw, Real](asRealFun: (Raw) ⇒ Real): AsReal[Raw, Real]
  3. implicit def forTry[Raw, Real](implicit asReal: AsReal[Raw, Real]): AsReal[commons.Try[Raw], commons.Try[Real]]
  4. implicit def fromFallback[Raw, Real](implicit fallback: Fallback[AsReal[Raw, Real]]): AsReal[Raw, Real]
    Definition Classes
    FallbackAsReal
  5. def fromTransparentWrapping[Wrapped, Raw, Real](implicit tw: TransparentWrapping[Wrapped, Real], forWrapped: AsReal[Raw, Wrapped]): AsReal[Raw, Real]
  6. implicit def identity[A]: AsReal[A, A]
  7. macro def materialize[Raw, Real]: AsReal[Raw, Real]
  8. implicit def notFoundForTry[Raw, Real](implicit forPlain: ImplicitNotFound[AsReal[Raw, Real]]): ImplicitNotFound[AsReal[commons.Try[Raw], commons.Try[Real]]]
    Annotations
    @implicitNotFound( "#{forPlain}" )