trait
ExtensionMethods[B1, P1] extends Any
Type Members
-
type
o = AnyRef { ... /* 2 definitions in type refinement */ }
Abstract Value Members
-
implicit abstract
def
b1Type: TypedType[B1]
-
abstract
def
c: Rep[P1]
-
abstract
def
getClass(): Class[_]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ExtensionMethods[B1, P1]
-
def
ensuring(cond: Boolean): ExtensionMethods[B1, P1]
-
def
equals(arg0: Any): Boolean
-
def
formatted(fmtstr: String): String
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
implicit
def
p1Type: TypedType[P1]
-
def
toString(): String
-
-