Able.Void

trait Void

General Void Able

Class implementing this interface manifests, that some instance (or instances) will be considered void


  class Foo extends Able.Void {

/**
Is void check

Returns `true` if this instance is void, false othervise

/
      def isVoid = false
  }

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

Def

def isVoid: Boolean
inline def nonVoid: Boolean