org.scalactic.TimesOnInt
See theTimesOnInt companion trait
object TimesOnInt extends TimesOnInt
Companion object that facilitates the importing of TimesOnInt members as an alternative to mixing it in.
One use case of this companion object is to import TimesOnInt members so you can use them in the Scala interpreter. Here's an example:
scala> import org.scalatest.TimesOnInt._
import org.scalatest.TimesOnInt._
scala> 3 times println("Hello again, world!")
Hello again, world!
Hello again, world!
Hello again, world!
Attributes
- Companion
- trait
- Source
- TimesOnInt.scala
- Graph
-
- Supertypes
- Self type
-
TimesOnInt.type
Members list
In this article