span

scala.concurrent.duration.`package`.span
object span

This object can be used as closing token if you prefer dot-less style but do not want to enable language.postfixOps:

import scala.concurrent.duration._

val duration = 2 seconds span

Attributes

Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
span.type
In this article