object
Ref
Type Members
-
trait
Fn[I, O] extends Set[I] with Get[O]
-
trait
Full[I, A, O] extends Handle[A] with Fn[I, O]
-
trait
Get[A] extends AnyRef
-
trait
Handle[A] extends AnyRef
-
trait
Set[A] extends AnyRef
-
type
Simple[A] = Full[A, A, A]
-
final
class
ToComponent[I, R, O, C] extends Full[I, R, O]
-
type
ToJsComponent[P <: Object, S <: Object, R <: RawMounted[P, S]] = Full[R, R, MountedWithRawType[P, S, R]]
-
-
type
WithJsComponent[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] = ToComponent[R, R, MountedWithRawType[P0, S0, R], CT1[P1, UnmountedMapped[F, P1, S1, R, P0, S0]]]
-
final
class
WithJsComponentArg[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends AnyVal
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
Full[I, A, O](_raw: RefHandle[A], l: (I) ⇒ A, r: (A) ⇒ O): Full[I, A, O]
-
-
-
def
apply[A]: Simple[A]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
forwardedFromJs[A](f: ForwardedRef[A]): Option[Simple[A]]
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toJsComponent[F[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]](a: WithJsComponentArg[F, P1, S1, CT1, R, P0, S0]): WithJsComponent[F, P1, S1, CT1, R, P0, S0]
-
def
toJsComponent[P <: Object, S <: Object]: ToJsComponent[P, S, RawMounted[P, S]]
-
def
toJsComponentWithMountedFacade[P <: Object, S <: Object, F <: Object]: ToJsComponent[P, S, RawMounted[P, S] with F]
-
def
toScalaComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]](c: ScalaComponent[P, S, B, CT]): WithScalaComponent[P, S, B, CT]
-
def
toScalaComponent[P, S, B]: ToScalaComponent[P, S, B]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any