sealed
trait
Placed[+T, -P] extends PlacedValue[T, P]
Abstract Value Members
-
abstract
def
and[T0, T1, P0, PT, P1, T0_on_P0](v: T0_on_P0)(implicit ev0: <:<[T0_on_P0, on[T0, P0]], ev1: CommonSuperType[T, T0, T1], ev2: CommonSuperType[P, P0, PT], ev3: AnyUpcast[PT, P1]): on[T1, P1]
-
abstract
def
from[R, placed[_, _]](r: RemoteSelection[R, placed]): placed[T, R]
-
abstract
def
from[R](r: Seq[Remote[R]]): fromMultiple[T, R]
-
abstract
def
from[R](r: Remote[R]): fromSingle[T, R]
-
abstract
def
from[R]: from[T, R]
-
abstract
def
to[R, U](r: RemoteSbj[R, T, U]): U
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
macro
def
applyDynamic(key: String)(args: Any*): Unit
-
macro
def
applyDynamicNamed(key: String)(args: Any*): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
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
-
macro
def
selectDynamic(key: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
macro
def
updateDynamic(key: String)(value: Any): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
Deprecated Value Members
-
def
finalize(): Unit
Inherited from Dynamic
Inherited from AnyRef
Inherited from Any