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
Def
Extension
Is non void check
Is non void check
Returns true
if this instance is not void, false othervise
- Source
- Void.scala