A Ceylon Iterable
<ceylon.language::Boolean>
that adapts an instance of Java's
java.lang::Iterable
(java.lang::Iterable
)<java.lang::Boolean>
, allowing its elements to be
iterated using a for
loop.
no subtypes hierarchy
Initializer |
CeylonBooleanIterable(JIterable<out JBoolean> iterable) |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Iterable<Element,Absent> |
Methods | |
iterator | Source Codeshared actual Iterator<Boolean> iterator() An iterator for the elements belonging to this stream. If this is a nonempty stream with type Refines Iterable.iterator |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Category<Element> |
Methods inherited from: Iterable<Element,Absent> any() , by() , chain() , collect() , contains() , count() , defaultNullElements() , each() , every() , filter() , find() , findLast() , flatMap() , fold() , follow() , frequencies() , getFromFirst() , group() , indexes() , interpose() , iterator() , locate() , locateLast() , locations() , longerThan() , map() , max() , narrow() , partition() , product() , reduce() , repeat() , scan() , select() , sequence() , shorterThan() , skip() , skipWhile() , sort() , spread() , summarize() , tabulate() , take() , takeWhile() |