def

func:first

first(val)

Get the first item from an ordered collection or return null if the collection is empty:

  • list: item at index 0
  • grid: first frow
  • stream: first item; see Streams

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function