fromValues static method

Implementation

static Iterable<IterationCompositeOperation> fromValues(
        Iterable<String> values) =>
    values.map(fromValue);