ExListNotNull<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
distinctBy(
dynamic a(E element)) → List< E> -
Available on Iterable<
E> , provided by the ExListNotNull extension -
sortedBy(
Comparable? key(E e)) → Iterable< E> -
Available on Iterable<
Sort list use to Comparable columsE> , provided by the ExListNotNull extension -
sortedByDesc(
Comparable? key(E? e)) → Iterable< E> -
Available on Iterable<
Sort list desc use to Comparable columsE> , provided by the ExListNotNull extension