Uses of Class
xyz.cofe.text.parse.Alternatives
| Package | Description |
|---|---|
| xyz.cofe.text.parse |
-
Uses of Alternatives in xyz.cofe.text.parse
Methods in xyz.cofe.text.parse that return Alternatives Modifier and Type Method Description static <P extends Pointer, T extends Tok<P>>
Alternatives<P,T>Builder. alt(java.util.function.Function<P,T>... alts)<R extends T>
Alternatives<P,R>Alternatives. build(java.util.function.BiFunction<P,P,R> fn)Указывает функцию для построения<R extends T>
Alternatives<P,R>Alternatives. build(xyz.cofe.fn.Fn3<P,P,T,R> fn)Указывает функцию для построенияAlternatives<P,T>Alternatives. clone()КлонированиеConstructors in xyz.cofe.text.parse with parameters of type Alternatives Constructor Description Alternatives(Alternatives<P,T> sample)Конструктор копирования