static L> mapToProbabilities(Iterable l, IF1 f) { ret map(l, a -> withProbability(f.get(a), a)); }