-
public final class MutableListByKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any, U extends Any> TfindBy(List<T> $self, Function1<T, U> selector, U match)final static <T extends Any, U extends Any> TfindBy(List<T> $self, Function1<T, U> selector, Function1<U, Boolean> predicate)final static <T extends Any, U extends Any> BooleanremoveAllBy(List<T> $self, Function1<T, U> selector, U match)final static <T extends Any, U extends Any> BooleanremoveAllBy(List<T> $self, Function1<T, U> selector, Function1<U, Boolean> predicate)final static <T extends Any, U extends Any> BooleanretainAllBy(List<T> $self, Function1<T, U> selector, U match)final static <T extends Any, U extends Any> BooleanretainAllBy(List<T> $self, Function1<T, U> selector, Function1<U, Boolean> predicate)-
-
Method Detail
-
findBy
final static <T extends Any, U extends Any> T findBy(List<T> $self, Function1<T, U> selector, U match)
-
findBy
final static <T extends Any, U extends Any> T findBy(List<T> $self, Function1<T, U> selector, Function1<U, Boolean> predicate)
-
removeAllBy
final static <T extends Any, U extends Any> Boolean removeAllBy(List<T> $self, Function1<T, U> selector, U match)
-
removeAllBy
final static <T extends Any, U extends Any> Boolean removeAllBy(List<T> $self, Function1<T, U> selector, Function1<U, Boolean> predicate)
-
retainAllBy
final static <T extends Any, U extends Any> Boolean retainAllBy(List<T> $self, Function1<T, U> selector, U match)
-
-
-
-