Void

object Void
Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any

Member

abstract class Setup[A](voidValue: A)

Void.Setup is an optional shortcut which helps to setup void value in companion object, saving couple lines of code.

See example.

Source
Setup.scala

Def

val ordering: Ordering[Any]
Source
__.scala