static void mapLike filterLinkedListInPlace(O pred, L l) { filterListInPlace(pred, l); }