Searched defs:from (Results 1 – 6 of 6) sorted by relevance
33 long from() default Long.MIN_VALUE; in from() method
33 double from() default Double.NEGATIVE_INFINITY; in from() method
47 public static InclusiveIntRange from(int min) { in from() method in InclusiveIntRange
151 static GPFlags from(long bits) throws IOException { in from() method in GPFlags
265 replacementMap.forEach { (from, to) -> in <lambda>() method
362 val from: String? = annotation.findAttribute("from")?.value?.toSource() in <lambda>() constant