You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New final class `collection.immutable.LazyListIterable[A]`, implements
Iterable and IterableOps. `LazyList` and `Stream` are not
capture-checked. Note added to `LazyList`.
---------
Co-authored-by: Yichen Xu <[email protected]>
Copy file name to clipboardExpand all lines: library/src/scala/Boolean.scala
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ final abstract class Boolean private extends AnyVal {
114
114
115
115
objectBooleanextendsAnyValCompanion {
116
116
117
-
/**Transform a value type into a boxed reference type.
117
+
/**Transforms a value type into a boxed reference type.
118
118
*
119
119
* Runtime implementation determined by `scala.runtime.BoxesRunTime.boxToBoolean`. See [[https://github.com/scala/scala src/library/scala/runtime/BoxesRunTime.java]].
/**Transform a value type into a boxed reference type.
458
+
/**Transforms a value type into a boxed reference type.
459
459
*
460
460
* Runtime implementation determined by `scala.runtime.BoxesRunTime.boxToByte`. See [[https://github.com/scala/scala src/library/scala/runtime/BoxesRunTime.java]].
/**Transform a value type into a boxed reference type.
458
+
/**Transforms a value type into a boxed reference type.
459
459
*
460
460
* Runtime implementation determined by `scala.runtime.BoxesRunTime.boxToCharacter`. See [[https://github.com/scala/scala src/library/scala/runtime/BoxesRunTime.java]].
/** The largest finite positive number representable as a Double. */
231
231
finalvalMaxValue= java.lang.Double.MAX_VALUE
232
232
233
-
/**Transform a value type into a boxed reference type.
233
+
/**Transforms a value type into a boxed reference type.
234
234
*
235
235
* Runtime implementation determined by `scala.runtime.BoxesRunTime.boxToDouble`. See [[https://github.com/scala/scala src/library/scala/runtime/BoxesRunTime.java]].
/** The largest finite positive number representable as a Float. */
231
231
finalvalMaxValue= java.lang.Float.MAX_VALUE
232
232
233
-
/**Transform a value type into a boxed reference type.
233
+
/**Transforms a value type into a boxed reference type.
234
234
*
235
235
* Runtime implementation determined by `scala.runtime.BoxesRunTime.boxToFloat`. See [[https://github.com/scala/scala src/library/scala/runtime/BoxesRunTime.java]].
0 commit comments