Uses of Class
com.github.andrewoma.dexx.collection.ConsList
Packages that use ConsList
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of ConsList in com.github.andrewoma.dexx.collection
Methods in com.github.andrewoma.dexx.collection that return ConsListModifier and TypeMethodDescriptionConsList.drop(int number) static <E> ConsList<E> ConsList.empty()ConsList.range(int from, boolean fromInclusive, int to, boolean toInclusive) ConsList.tail()ConsList.take(int number) Methods in com.github.andrewoma.dexx.collection that return types with arguments of type ConsListModifier and TypeMethodDescriptionstatic <E> @NotNull BuilderFactory<E, ConsList<E>> ConsList.factory()