object AsReal extends FallbackAsReal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsReal
- FallbackAsReal
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[Raw, Real](implicit asReal: AsReal[Raw, Real]): AsReal[Raw, Real]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def create[Raw, Real](asRealFun: (Raw) ⇒ Real): AsReal[Raw, Real]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- 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]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit def identity[A]: AsReal[A, A]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- macro def materialize[Raw, Real]: AsReal[Raw, Real]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit
def
notFoundForTry[Raw, Real](implicit forPlain: ImplicitNotFound[AsReal[Raw, Real]]): ImplicitNotFound[AsReal[commons.Try[Raw], commons.Try[Real]]]
- Annotations
- @implicitNotFound( "#{forPlain}" )
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )