ceylon.language.Finished.ceylon Maven / Gradle / Ivy
"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