Searched refs:gte (Results 1 – 2 of 2) sorted by relevance
216 public static final BiPredicate<Long, Long> LONG_GTE = RequirementConstants.gte();220 public static final BiPredicate<Integer, Integer> INTEGER_GTE = RequirementConstants.gte();225 public static final BiPredicate<Double, Double> DOUBLE_GTE = RequirementConstants.gte();230 public static final BiPredicate<Float, Float> FLOAT_GTE = RequirementConstants.gte();243 private static <T, S extends Comparable<T>> BiPredicate<S, T> gte() { in gte() method in RequirementConstants
35 public static final BiPredicate<Double, Double> DOUBLE_GTE = RequirementConstants.gte();