OptionalLists<T> extension

on

Properties

length int

Available on OptionalList<T>, provided by the OptionalLists extension

no setter

Methods

fold<R>(R initial, R reducer(R, T)) Optional<R>

Available on OptionalList<T>, provided by the OptionalLists extension

join([String separator = ' ']) OptionalString

Available on OptionalList<T>, provided by the OptionalLists extension

reduce(T reducer(T, T)) Optional<T>

Available on OptionalList<T>, provided by the OptionalLists extension

Operators

operator +(OptionalList<T> that) OptionalList<T>

Available on OptionalList<T>, provided by the OptionalLists extension