trait
Enroller[T, R] extends AnyRef
Abstract Value Members
-
abstract
def
get(x: T): Option[R]
-
abstract
def
isDefined(x: T): Boolean
-
abstract
def
set[U <: T](x: U, r: R): U
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Enroller[T, R], B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Enroller[T, R]) ⇒ Boolean, msg: ⇒ Any): Enroller[T, R]
-
def
ensuring(cond: (Enroller[T, R]) ⇒ Boolean): Enroller[T, R]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Enroller[T, R]
-
def
ensuring(cond: Boolean): Enroller[T, R]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
is[T, R, E](e: E)(implicit evCanEnroll: CanEnroll[T, R, E], evSub: <:<[Enroller[T, R], T]): Boolean
-
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
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Enroller[T, R], B)
Shadowed Implicit Value Members
-
def
get[T, R, E](e: E)(implicit evCanEnroll: CanEnroll[T, R, E], evSub: <:<[Enroller[T, R], T]): R
-
def
set[T, E <: Enroller[_, _]](e: E)(implicit evCanEnroll: CanEnroll[T, Dummy.type, E], evSub: <:<[Enroller[T, R], T]): Enroller[T, R]
-
def
set[T, R, E](r: R)(implicit evCanEnroll: CanEnroll[T, R, E], evSub: <:<[Enroller[T, R], T]): Enroller[T, R]
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
Enroller[T, R] to any2stringadd[Enroller[T, R]]
Inherited by implicit conversion StringFormat from
Enroller[T, R] to StringFormat[Enroller[T, R]]
Inherited by implicit conversion Ensuring from
Enroller[T, R] to Ensuring[Enroller[T, R]]
Inherited by implicit conversion ArrowAssoc from
Enroller[T, R] to ArrowAssoc[Enroller[T, R]]