object AsReal extends FallbackAsReal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsReal
- FallbackAsReal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply[Raw, Real](implicit asReal: AsReal[Raw, Real]): AsReal[Raw, Real]
- def create[Raw, Real](asRealFun: (Raw) ⇒ Real): AsReal[Raw, Real]
- implicit def forTry[Raw, Real](implicit asReal: AsReal[Raw, Real]): AsReal[commons.Try[Raw], commons.Try[Real]]
-
implicit
def
fromFallback[Raw, Real](implicit fallback: Fallback[AsReal[Raw, Real]]): AsReal[Raw, Real]
- Definition Classes
- FallbackAsReal
- def fromTransparentWrapping[Wrapped, Raw, Real](implicit tw: TransparentWrapping[Wrapped, Real], forWrapped: AsReal[Raw, Wrapped]): AsReal[Raw, Real]
- implicit def identity[A]: AsReal[A, A]
- macro def materialize[Raw, Real]: AsReal[Raw, Real]
-
implicit
def
notFoundForTry[Raw, Real](implicit forPlain: ImplicitNotFound[AsReal[Raw, Real]]): ImplicitNotFound[AsReal[commons.Try[Raw], commons.Try[Real]]]
- Annotations
- @implicitNotFound( "#{forPlain}" )