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