public static final RangeKeyCondition rangeKeyMatches()

in path-manager/app/services/RangeKeyMatches.java [6:8]


    public static final RangeKeyCondition rangeKeyMatches(String attrName, Object val) {
        return new RangeKeyCondition(attrName).eq(val);
    }