static <A, B, C> L<C> thirdOfTriples(Collection<Triple<A, B, C>> l) {
  ret map tripleC(l);
}