fromValues static method

Implementation

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