Uses of Interface
xyz.cofe.coll.im.ImList
Packages that use ImList
-
Uses of ImList in xyz.cofe.coll.im
Classes in xyz.cofe.coll.im that implement ImListMethods in xyz.cofe.coll.im that return ImListModifier and TypeMethodDescriptionImListLinkedBase.append(PositionalRead<? extends A> values) default ImList<ImList.Enumerated<A>>ImList.enumerate()Перечислить/нумеровать элементы спискаdefault <B> ImList<B>Фильтрует коллекцию и возвращает коллекцию содержащую элементы указанного класса<B> ImList<B>FMap.fmap(Function<A, PositionalRead<B>> fmapper) Отображение коллекции<B> ImList<B>ImListLinkedBase.fmap(Function<A, PositionalRead<B>> fmapper) FMap.Split.left()Returns the value of theleftrecord component.<B> ImList<B><B> ImList<B>Отображение элементов коллекцииstatic <T> ImList<T>static <T> ImList<T>ImList.of(T... values) static <T> ImList<T>ImList.of(PositionalRead<T> values) ImListLinked.prepend(PositionalRead<? extends A> values) ImListLinkedBase.prepend(PositionalRead<? extends A> values) ImListLinkedBase.prependUnordered(PositionalRead<A> values) ImList.reverse()Разворот спискаFMap.Split.right()Returns the value of therightrecord component.ImList.skip(long count) Возвращает элементы, пропуская указанное кол-во с началаImList.take(long count) Возвращает указанное кол-во элементов или меньше (сколько есть)ImListLinkedBase.toImList()PositionalRead.toImList()Возвращает иммутабельный списокСопоставление двух списков в пары.Methods in xyz.cofe.coll.im with parameters of type ImListModifier and TypeMethodDescriptionСопоставление двух списков в пары.Method parameters in xyz.cofe.coll.im with type arguments of type ImListModifier and TypeMethodDescription<R> R<R> RConstructors in xyz.cofe.coll.im with parameters of type ImList -
Uses of ImList in xyz.cofe.coll.im.htree
Methods in xyz.cofe.coll.im.htree with parameters of type ImListModifier and TypeMethodDescriptionvoidNodeVisitor.enter(ImList<Nest.PathNode> path) voidNodeVisitor.exit(ImList<Nest.PathNode> path) NodeVisitor.update(ImList<Nest.PathNode> path) Constructors in xyz.cofe.coll.im.htree with parameters of type ImList