arrow-core-data / arrow.core / NonEmptyList / plus
operator fun plus(l: NonEmptyList<@UnsafeVariance A>): NonEmptyList<A>
operator fun plus(l: List<@UnsafeVariance A>): NonEmptyList<A>
operator fun plus(a: @UnsafeVariance A): NonEmptyList<A>
Do you like Arrow?
✖