fromValues static method

Implementation

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