static <A> A lambda0Like unlessLoading(IF0<A> f) {
  ret f == null || isUnstructuring() ? null : f!;
}