ExListNotNull<E> extension

on

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<E>, provided by the ExListNotNull extension

Sort list use to Comparable colums
sortedByDesc(Comparable? key(E? e)) Iterable<E>

Available on Iterable<E>, provided by the ExListNotNull extension

Sort list desc use to Comparable colums