Uses of Class
xyz.cofe.text.parse.Arr
| Package | Description |
|---|---|
| xyz.cofe.text.parse |
-
Uses of Arr in xyz.cofe.text.parse
Methods in xyz.cofe.text.parse that return Arr Modifier and Type Method Description Arr<A>Arr. filter(java.util.function.Predicate<A> filter)Arr<IndexValue<A>>Arr. indexes()Arr<A>Arr. limit(long limit)<B> Arr<B>Arr. map(java.util.function.Function<A,B> map)Arr<A>Arr. notNull()<B> Arr<xyz.cofe.fn.Pair<A,B>>Arr. product(java.lang.Iterable<B> source)<B> Arr<A>Arr. product(java.lang.Iterable<B> source, java.util.function.BiConsumer<A,B> consumer)Arr<A>Arr. reverse()Arr<A>Arr. sort(java.util.Comparator<A> cmp)Arr<A>Arr. union(java.lang.Iterable<A>... iter)Methods in xyz.cofe.text.parse that return types with arguments of type Arr Modifier and Type Method Description xyz.cofe.fn.Fn3<P,P,Arr<? super T>,T>Repeat. getBuilder()Функция для создания лексемыxyz.cofe.fn.Fn3<P,P,Arr<T>,T>Sequence. getBuilder()Функция для создания лексемыMethod parameters in xyz.cofe.text.parse with type arguments of type Arr Modifier and Type Method Description Repeat<P,T>Builder.RepBuilder. build(xyz.cofe.fn.Fn3<P,P,Arr<? super T>,T> builder)Sequence<P,T>Builder.SeqBuilder. build(xyz.cofe.fn.Fn3<P,P,Arr<T>,T> builder)Создаент функцию - последовательнсть<R extends T>
Repeat<P,R>Repeat. build(xyz.cofe.fn.Fn3<P,P,Arr<R>,R> fn)Указывает функцию для построения<R extends T>
Sequence<P,R>Sequence. build(xyz.cofe.fn.Fn3<P,P,Arr<R>,R> fn)Указывает функцию для построенияConstructors in xyz.cofe.text.parse with parameters of type Arr Constructor Description ArrPattern(Arr<Item> arr)Pattern1(Arr<Item> arr, xyz.cofe.fn.Fn0<java.util.Optional<A>> get)Pattern2(Arr<Item> arr, xyz.cofe.fn.Fn0<java.util.Optional<A>> get0, xyz.cofe.fn.Fn0<java.util.Optional<B>> get1)Constructor parameters in xyz.cofe.text.parse with type arguments of type Arr Constructor Description Repeat(java.util.function.Function<P,T> expression, xyz.cofe.fn.Fn3<P,P,Arr<? super T>,T> builder)КонструкторSequence(java.util.function.Function<P,T>[] expressions, xyz.cofe.fn.Fn3<P,P,Arr<T>,T> builder)Конструктор