`CollectionFacrory::from(new ArrayIterator([1, 2, 3]))` тоже самое что `CollectionFacrory::fromIterable(new ArrayIterator([1, 2, 3]))`
CollectionFacrory::from(new ArrayIterator([1, 2, 3]))тоже самое что
CollectionFacrory::fromIterable(new ArrayIterator([1, 2, 3]))