Uses of Class
com.github.tonivade.purefun.data.NonEmptyList
Packages that use NonEmptyList
-
Uses of NonEmptyList in com.github.tonivade.purefun.data
Fields in com.github.tonivade.purefun.data with type parameters of type NonEmptyListMethods in com.github.tonivade.purefun.data that return NonEmptyListModifier and TypeMethodDescription<R> NonEmptyList<R> <R> NonEmptyList<R> static <E> NonEmptyList<E> NonEmptyList.of(ImmutableList<E> value) static <E> NonEmptyList<E> NonEmptyList.of(E value, E... values) NonEmptyList.prependAll(Sequence<? extends E> other) NonEmptyList.reverse()NonEmptyList.sort(Comparator<? super E> comparator) -
Uses of NonEmptyList in com.github.tonivade.purefun.type
Fields in com.github.tonivade.purefun.type declared as NonEmptyListConstructors in com.github.tonivade.purefun.type with parameters of type NonEmptyList