class
CallHandler18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R] extends CallHandler[R]
Instance Constructors
-
-
new
CallHandler18(target: FakeFunction, argumentMatcher: (Product) ⇒ Boolean)(implicit arg0: Defaultable[R])
Type Members
-
type
Derived = CallHandler18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
anyNumberOfTimes(): Derived
-
final
def
asInstanceOf[T0]: T0
-
def
atLeastOnce(): Derived
-
def
atLeastTwice(): Derived
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
-
def
noMoreThanOnce(): Derived
-
def
noMoreThanTwice(): Derived
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onCall(handler: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) ⇒ R): CallHandler18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R]
-
def
onCall(handler: (Product) ⇒ R): Derived
-
-
def
repeat(count: Int): CallHandler[R]
-
def
repeat(range: Range): Derived
-
def
repeated(count: Int): CallHandler[R]
-
def
repeated(range: Range): Derived
-
def
returning(value: R): Derived
-
def
returns(value: R): Derived
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
throwing(e: Throwable): Derived
-
def
throws(e: Throwable): Derived
-
-
def
toString(): String
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Handler
Inherited from AnyRef
Inherited from Any