DkListOtherExt<E> extension
- on
-
- List<
E>
- List<
Methods
-
print(
) → void -
Available on List<
打印列表E> , provided by the DkListOtherExt extension -
removeAll(
bool test(E it)) → void -
Available on List<
移除符合条件的元素E> , provided by the DkListOtherExt extension -
removeFirst(
) → E -
Available on List<
移除首个元素E> , provided by the DkListOtherExt extension -
removeFirstOrNull(
) → E? -
Available on List<
移除首个元素,兼容异常情况E> , provided by the DkListOtherExt extension -
removeIf(
bool test(E it)) → void -
Available on List<
移除符合条件的元素E> , provided by the DkListOtherExt extension -
removeLastOrNull(
) → E? -
Available on List<
移除最后的元素,兼容异常情况E> , provided by the DkListOtherExt extension