class Concurrent::Maybe

def nothing?

Returns:
  • (Boolean) - True if `Nothing` or false if `Just`.
def nothing?
  @nothing != NONE
end