Nullable.isPresent

If a value is present, returns {@code true}, otherwise {@code false}.

@return {@code true} if a value is present, otherwise {@code false}

class Nullable(T)
bool
isPresent
()

Meta