All Classes
-
Interface Summary Class Description EnhancedIterable<A> AnIterablewith some additional methods.FiniteIterable<A> AnEnhancedIterablethat is finite.ImmutableFiniteIterable<A> AnEnhancedIterablethat is both finite and safe from mutation.ImmutableIterable<A> AnEnhancedIterablethat is safe from mutation.ImmutableNonEmptyFiniteIterable<A> AnEnhancedIterablethat is finite, safe from mutation, and guaranteed to contain at least one element.ImmutableNonEmptyIterable<A> AnEnhancedIterablethat is safe from mutation, and guaranteed to contain at least one element.NonEmptyFiniteIterable<A> AnEnhancedIterablethat is finite and guaranteed to contain at least one element.NonEmptyIterable<A> AnEnhancedIterablethat is guaranteed to contain at least one element.