in jvm/diffuser/src/main/java/com/spotify/diffuser/fuser/Fuser.java [95:97]
public static <A> Fuser<A> fromAll(Collection<Fuser<A>> children) { return new Fuser(children); }