Void.Setup

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
class java.lang.Object
trait scala.Matchable
class Any

Def

@targetName("requestVoid") @scala.annotation.threadUnsafe
final lazy val void: A

Implicit

implicit inline def implicitRequest(v: VOID): A