Able.Void

trait Void

General Void Able

Class mixing this trait manifests, that some instance (or instances) will be considered void.

class Foo extends Able.Void:
  def isVoid = false

See Gen.Void for more info.

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

Def

def isVoid: Boolean

Is void check

Is void check

Returns true if this instance is void, false othervise

Source
Void.scala

Extension

inline def nonVoid: Boolean

Is non void check

Is non void check

Returns true if this instance is not void, false othervise

Source
Void.scala