OptionalLists<T> extension
- on
-
- OptionalList<
T>
- OptionalList<
Properties
- length → int
-
Available on OptionalList<
T> , provided by the OptionalLists extensionno 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