All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ceylon.language.Finished.ceylon Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
"The type of the value that indicates that an [[Iterator]] 
 is exhausted and has no more values to return."
see (`interface Iterator`)
tagged("Streams")
shared abstract class Finished() of finished {}

"A value that indicates that an [[Iterator]] is exhausted 
 and has no more values to return."
see (`interface Iterator`)
tagged("Streams")
shared object finished extends Finished() {
    string => "finished";
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy