Interface SequenceOf<E>

All Superinterfaces:
Kind<Sequence<?>,E>
All Known Subinterfaces:
ImmutableArray<E>, ImmutableList<E>, ImmutableSet<E>, ImmutableTree<E>, Sequence<E>
All Known Implementing Classes:
ImmutableArray.PImmutableArray, ImmutableList.PImmutableList, ImmutableSet.PImmutableSet, ImmutableTree.PImmutableTree, NonEmptyList

@Generated("com.github.tonivade.purefun.processor.HigherKindProcessor") public sealed interface SequenceOf<E> extends Kind<Sequence<?>,E> permits Sequence<E>
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static <E> Sequence<E>
    toSequence(Kind<Sequence<?>,? extends E> value)
     

    Methods inherited from interface com.github.tonivade.purefun.Kind

    fix, kind
  • Method Details