|
Scala Library Documentation
|
|
scala/Function5.scala]
trait
Function5[-T1, -T2, -T3, -T4, -T5, +R]
extends AnyRefFunction with 5 parameters.
| Method Summary | |
abstract def
|
apply (v1 : T1, v2 : T2, v3 : T3, v4 : T4, v5 : T5) : R |
override def
|
toString : String |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library Documentation
|
|