Package 

Class MutableListByKt

    • Method Summary

      Modifier and Type Method Description
      final static <T extends Any, U extends Any> T findBy(List<T> $self, Function1<T, U> selector, U match)
      final static <T extends Any, U extends Any> T findBy(List<T> $self, Function1<T, U> selector, Function1<U, Boolean> predicate)
      final static <T extends Any, U extends Any> Boolean removeAllBy(List<T> $self, Function1<T, U> selector, U match)
      final static <T extends Any, U extends Any> Boolean removeAllBy(List<T> $self, Function1<T, U> selector, Function1<U, Boolean> predicate)
      final static <T extends Any, U extends Any> Boolean retainAllBy(List<T> $self, Function1<T, U> selector, U match)
      final static <T extends Any, U extends Any> Boolean retainAllBy(List<T> $self, Function1<T, U> selector, Function1<U, Boolean> predicate)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait