static L sortByMethodDesc(Collection c, fS method) { ret sortByCalculatedFieldDesc(c, func(A a) -> O { callOpt(a, method) }); } static L mapMethodLike sortByMethodDesc(S method, Collection c) { ret sortByMethodDesc(c, method); }