eotransform.transformers.to_tuple

Classes

ToTuple

Fill element of an iterable stream into a tuple >>> ToTuple()([0, 1, 2]) (0, 1, 2)