MCPcopy Create free account
hub / github.com/antlr/codebuff / apply

Method apply

output/java_guava/1.4.17/Range.java:116–119  ·  view source on GitHub ↗
(Range range)

Source from the content-addressed store, hash-verified

114public final class Range<C extends Comparable> implements Predicate<C>, Serializable {
115 private static final Function<Range, Cut> LOWER_BOUND_FN = new Function<Range, Cut>() {
116 @Override
117 public Cut apply(Range range) {
118 return range.lowerBound;
119 }
120 };
121
122 @SuppressWarnings("unchecked")

Callers

nothing calls this directly

Calls 1

containsMethod · 0.95

Tested by

no test coverage detected