Uses of Interface
com.github.tonivade.purefun.data.ImmutableList
Packages that use ImmutableList
-
Uses of ImmutableList in com.github.tonivade.purefun.data
Classes in com.github.tonivade.purefun.data that implement ImmutableListFields in com.github.tonivade.purefun.data declared as ImmutableListModifier and TypeFieldDescriptionprivate static final ImmutableList<?> ImmutableList.PImmutableList.EMPTYprivate final ImmutableList<E> NonEmptyList.valueMethods in com.github.tonivade.purefun.data that return ImmutableListModifier and TypeMethodDescriptiondefault ImmutableList<E> Sequence.asList()ImmutableList.drop(int n) ImmutableList.PImmutableList.drop(int n) NonEmptyList.drop(int n) static <T> ImmutableList<T> ImmutableList.empty()static <E> ImmutableList<E> Sequence.emptyList()default ImmutableList<E> default <R> ImmutableList<R> static <T> ImmutableList<T> static <T> ImmutableList<T> (package private) static <E> ImmutableList<E> ImmutableList.PImmutableList.from(Collection<E> backend) (package private) static <E> ImmutableList<E> ImmutableList.PImmutableList.from(org.pcollections.PStack<E> backend) static <E> ImmutableList<E> Sequence.listOf(E... elements) default <R> ImmutableList<R> static <T> ImmutableList<T> ImmutableList.of(T... elements) ImmutableList.PImmutableList.prependAll(Sequence<? extends E> other) ImmutableList.prependAll(Sequence<? extends E> other) ImmutableList.PImmutableList.reverse()ImmutableList.reverse()ImmutableList.PImmutableList.sort(Comparator<? super E> comparator) ImmutableList.sort(Comparator<? super E> comparator) default ImmutableList<E> ImmutableList.tail()Methods in com.github.tonivade.purefun.data that return types with arguments of type ImmutableListModifier and TypeMethodDescriptiondefault <G> ImmutableMap<G, ImmutableList<E>> static <E> Collector<E, ?, ImmutableList<E>> ImmutableList.toImmutableList()Methods in com.github.tonivade.purefun.data with parameters of type ImmutableListModifier and TypeMethodDescriptionstatic <E> NonEmptyList<E> NonEmptyList.of(ImmutableList<E> value) Constructors in com.github.tonivade.purefun.data with parameters of type ImmutableList -
Uses of ImmutableList in com.github.tonivade.purefun.instances
Methods in com.github.tonivade.purefun.instances that return types with arguments of type ImmutableList