Liquex.Collection protocol (liquex v0.10.2) View Source

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

limit(collection, limit)

View Source

Specs

limit(t(), pos_integer()) :: t()
Link to this function

offset(collection, offset)

View Source

Specs

offset(t(), pos_integer()) :: t()

Specs

reverse(t()) :: t()

Specs

sort(t()) :: t()
Link to this function

sort(collection, field_name)

View Source

Specs

sort(t(), String.t()) :: t()
Link to this function

sort_case_insensitive(collection)

View Source

Specs

sort_case_insensitive(t()) :: t()
Link to this function

sort_case_insensitive(collection, field_name)

View Source

Specs

sort_case_insensitive(t(), String.t()) :: t()
Link to this function

to_enumerable(collection)

View Source

Specs

to_enumerable(t()) :: Enumerable.t()
Link to this function

where(collection, field_name)

View Source

Specs

where(t(), String.t()) :: t()
Link to this function

where(collection, field_name, value)

View Source

Specs

where(t(), String.t(), term()) :: t()