Searched defs:initialValue (Results 1 – 5 of 5) sorted by relevance
37 private val initialValue: Any? constant47 override fun initialValue(requireConstant: Boolean): Any? { in type() method123 val initialValue = null // compute lazily in toString() constant
54 override fun initialValue(requireConstant: Boolean): Any? = constantValue in hashCode() method
195 val initialValue = field.initialValue(true) in <lambda>() constant
32 fun initialValue(requireConstant: Boolean = true): Any? in <lambda>() method
128 public Bitmask(int nBits, boolean initialValue) { in Bitmask()