object AsRaw extends FallbackAsRaw
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsRaw
- FallbackAsRaw
- 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 asRaw: AsRaw[Raw, Real]): AsRaw[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](asRawFun: (Real) ⇒ Raw): AsRaw[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 asRaw: AsRaw[Raw, Real]): AsRaw[commons.Try[Raw], commons.Try[Real]]
-
implicit
def
fromFallback[Raw, Real](implicit fallback: Fallback[AsRaw[Raw, Real]]): AsRaw[Raw, Real]
- Definition Classes
- FallbackAsRaw
- def fromTransparentWrapping[Wrapped, Raw, Real](implicit tw: TransparentWrapping[Wrapped, Real], forWrapped: AsRaw[Raw, Wrapped]): AsRaw[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]: AsRaw[A, A]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- macro def materialize[Raw, Real]: AsRaw[Raw, Real]
-
macro
def
materializeForApi[Raw, Real]: AsRaw[Raw, Real]
Like materialize but for arbitrary real type instead of RPC trait.
Like materialize but for arbitrary real type instead of RPC trait. Scans all public methods of the real type (instead of abstract methods for RPC trait).
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit
def
notFoundForTry[Raw, Real](implicit forPlain: ImplicitNotFound[AsRaw[Raw, Real]]): ImplicitNotFound[AsRaw[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( ... )