Class Seq<E>

java.lang.Object
de.scravy.bedrock.Seq<E>
Type Parameters:
E - The type of the Elements contained in this Sequence.
All Implemented Interfaces:
Container<E>, ExtendedIterable<E>, HasLengthAtLeast, Serializable, Iterable<E>, IntFunction<E>, RandomAccess

@Immutable
public abstract class Seq<E>
extends Object
implements Serializable, RandomAccess, Container<E>, IntFunction<E>
An immutable sequence.
See Also:
Serialized Form