Class ListUtilsKt
-
- All Implemented Interfaces:
public final class ListUtilsKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> List<T>updateValue(List<T> $self, Function1<T, Boolean> predicate, Function1<T, T> transformer)-
-
Method Detail
-
updateValue
final static <T extends Any> List<T> updateValue(List<T> $self, Function1<T, Boolean> predicate, Function1<T, T> transformer)
-
-
-
-