arrow-core-data / arrow.core / NonEmptyListOf

NonEmptyListOf

typealias ~~NonEmptyListOf~~<A> = Kind<ForNonEmptyList, A> Deprecated: Higher Kinded types and their related type classes will no longer be supported after Arrow 0.13.0. Most relevant APIs are now concrete over the data types available as members or top level extension functions

Inheritors

NonEmptyList NonEmptyList is a data type used in Λrrow to model ordered lists that guarantee to have at least one value. NonEmptyList is available in the arrow-core-data module under the import arrow.core.NonEmptyListclass NonEmptyList<out A> : NonEmptyListOf<A>, AbstractList<A>

Do you like Arrow?

Arrow Org
<