Tweak IO library a bit:
- Reword some docs. - Make IO.printAll() public. - Require () on read.
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ class Sequence {
|
||||
}
|
||||
}
|
||||
|
||||
isEmpty { iterate(null) ? false : true }
|
||||
|
||||
isEmpty { iterate(null) ? false : true }
|
||||
|
||||
map(transformation) { new MapSequence(this, transformation) }
|
||||
|
||||
where(predicate) { new WhereSequence(this, predicate) }
|
||||
|
||||
Reference in New Issue
Block a user