static L mapMethodLike lazyCollect(fS field, L l) { ret lazilyMap(func(O o) { getOpt(o, field) }, l); }