static L lambdaMapLike syncLambdaMap(IF1 f, Cl l) { if (l == null) ret emptyList(); synchronized(collectionMutex(l)) { ret map(l, f); } }