Uses of Record Class
org.linkki.util.Sequence
Packages that use Sequence
-
Uses of Sequence in org.linkki.util
Methods in org.linkki.util that return SequenceModifier and TypeMethodDescriptionstatic <T> Sequence<T>Sequence.empty()Creates an emptySequence.static <T> Sequence<T>Sequence.of(Collection<? extends T> elements) Creates a newSequencewith the elements of the givenCollection.static <T> Sequence<T>Sequence.of(T... elements) Creates a newSequencewith the given elements.Sequence.with(Collection<T> elements) Returns a newSequenceconcatenated with the given elements.Returns a newSequenceconcatenated with the given sequence of elements.Returns a newSequenceconcatenated with the given elements.Sequence.withNewElementsFrom(Collection<T> elements) Methods in org.linkki.util that return types with arguments of type SequenceMethods in org.linkki.util with parameters of type Sequence