ListOperators<T extends num> extension

on

Methods

divide(T n) List<T>
Divides by number each element in the list and returns new list
minus(T n) List<T>
Subtracts the number to each element to list and returns new list
multiply(T n) List<T>
Multiplies by number each element in the list and returns new list
plus(T n) List<T>
Addes the number to each element to list and returns new list