Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
implicit final
def
array[B, I, R](implicit arg0: ClassTag[B], arg1: ClassTag[I], arg2: ClassTag[R], transmittable: Transmittable[B, I, R]): DelegatingTransmittable[Array[B], Array[I], Array[R]] { type Delegates = transmittable.Type }
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
dummy[B, I, R, P, T <: Transmittables]: Aux[B, I, R, P, T]
-
implicit final
def
either[LB, LI, LR, RB, RI, RR](implicit transmittableLeft: Transmittable[LB, LI, LR], transmittableRight: Transmittable[RB, RI, RR]): DelegatingTransmittable[Either[LB, RB], Either[LI, RI], Either[LR, RR]] { type Delegates = loci.transmitter./[transmittableLeft.Type,transmittableRight.Type] }
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
implicit
def
future[B, I, R](implicit transmittable: Transmittable[(Option[B], Option[String]), I, (Option[R], Option[String])]): Proxy[Future[B], I, Future[R]] { ... /* 3 definitions in type refinement */ }
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
implicit final
def
identicalTraversable[T, V[T] <: TraversableLike[T, V[T]]](implicit arg0: IdenticallyTransmittable[T]): IdenticallyTransmittable[V[T]]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit final
def
left[LB, LI, LR, RB, RI, RR](implicit transmittable: Transmittable[LB, LI, LR]): DelegatingTransmittable[Left[LB, RB], Left[LI, RI], Left[LR, RR]] { type Delegates = transmittable.Type }
-
implicit final
def
map[KB, KI, KR, VB, VI, VR](implicit transmittableKey: Transmittable[KB, KI, KR], transmittableValue: Transmittable[VB, VI, VR]): DelegatingTransmittable[Map[KB, VB], Map[KI, VI], Map[KR, VR]] { type Delegates = loci.transmitter./[transmittableKey.Type,transmittableValue.Type] }
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit final
def
option[B, I, R](implicit transmittable: Transmittable[B, I, R]): DelegatingTransmittable[Option[B], Option[I], Option[R]] { type Delegates = transmittable.Type }
-
implicit final macro
def
resolutionFailure[B, I, R, P, T <: Transmittables, TransmittableFallback[B, I, R, P, T <: Transmittables]]: TransmittableFallback[B, I, R, P, T]
-
implicit final
def
right[LB, LI, LR, RB, RI, RR](implicit transmittable: Transmittable[RB, RI, RR]): DelegatingTransmittable[Right[LB, RB], Right[LI, RI], Right[LR, RR]] { type Delegates = transmittable.Type }
-
implicit final
def
some[B, I, R](implicit transmittable: Transmittable[B, I, R]): DelegatingTransmittable[Some[B], Some[I], Some[R]] { type Delegates = transmittable.Type }
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit final
def
traversable[B, I, R, V[T] >: Null <: TraversableLike[T, V[T]]](implicit transmittable: Transmittable[B, I, R], cbfI: CanBuildFrom[V[B], I, V[I]], cbfR: CanBuildFrom[V[I], R, V[R]]): DelegatingTransmittable[V[B], V[I], V[R]] { type Delegates = transmittable.Type }
-
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 AnyRef
Inherited from Any