eotransform.transformers.apply_to_enumeration

Classes

ApplyToEnumeration

Apply a transformations to the element of an enumeration selected by the index >>> class Plus(Transformer[int, int]): .