Interface Container<E>

All Superinterfaces:
ExtendedIterable<E>, HasLengthAtLeast, Iterable<E>
All Known Implementing Classes:
C, Cons, HList, Nil, RingBuffer, Seq, Set, SpecificityTree
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface Container<E>
extends ExtendedIterable<E>