FakeFunction8

eu.monniot.scala3mock.functions.FakeFunction8
abstract class FakeFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R](mockContext: MockContext, name: String) extends (T1, T2, T3, T4, T5, T6, T7, T8) => R with FakeFunction

Attributes

Graph
Supertypes
trait (T1, T2, T3, T4, T5, T6, T7, T8) => R
class Object
trait Matchable
class Any
Known subtypes
class MockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]

Members list

Concise view

Value members

Concrete methods

def apply(v1: T1, v2: T2, v3: T3, v4: T4, v5: T5, v6: T6, v7: T7, v8: T8): R

Inherited methods

def curried: T1 => T2 => T3 => T4 => T5 => T6 => T7 => T8 => R

Attributes

Inherited from:
Function8
def handle(arguments: Product): Any

Attributes

Inherited from:
FakeFunction
protected def onUnexpected(call: Call): Any

Attributes

Inherited from:
FakeFunction
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Inherited from:
FakeFunction
def tupled: ((T1, T2, T3, T4, T5, T6, T7, T8)) => R

Attributes

Inherited from:
Function8