any →
is-not-null() → boolean

Returns true when the input does not satisfy is-null.

Parameters

This predicate has no parameters.

Examples

#null | is-not-null  #false
10 | is-not-null  #true

Kind: Predicate
Scope: special
Aliases: not-null


This site uses Just the Docs, a documentation theme for Jekyll.