ArrayFrom<T> extension
- on
-
- List<
T>
- List<
Properties
- fromPairs → Map
-
Available on List<
fromPairs Creates an array from the pairs of array. @param array the list to compare againstT> , provided by the ArrayFrom extensionno setter - initial → List
-
Available on List<
initial Returns all but the last element of array. @param array the list to compare againstT> , provided by the ArrayFrom extensionno setter
Methods
-
intersection(
List values) → List -
Available on List<
intersection Creates an array of unique values that are included in all given arrays @paramT> , provided by the ArrayFrom extensionvalues
the list to compare against