eu.monniot.scala3mock.functions.FakeFunction7
abstract class FakeFunction7[T1, T2, T3, T4, T5, T6, T7, R](mockContext: MockContext, name: String) extends (T1, T2, T3, T4, T5, T6, T7) => R with FakeFunction Attributes
- Graph
- Supertypes
trait (T1, T2, T3, T4, T5, T6, T7) => R
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Value members
Attributes
- Inherited from:
- Function7
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
Attributes
- Inherited from:
- Function7