Uses of Class
xyz.cofe.tfun.TFuns
| Package | Description |
|---|---|
| xyz.cofe.tfun |
-
Uses of TFuns in xyz.cofe.tfun
Fields in xyz.cofe.tfun declared as TFuns Modifier and Type Field Description protected TFunsTFuns.Finder. sourceFields in xyz.cofe.tfun with type parameters of type TFuns Modifier and Type Field Description protected java.util.function.Function<TFuns,java.util.stream.Stream<TFuns.Found>>TFuns.Finder. foundMapperMethods in xyz.cofe.tfun that return TFuns Modifier and Type Method Description TFunsTFuns. add(java.lang.Iterable<TFunction> funs)Клонирует и добавляет функции в клонTFunsTFuns. add(TFunction... funs)Клонирует и добавляет функции в клонTFunsTFuns. filter(java.util.function.Predicate<TFunction> funs)Клонирует и фильтрует функции в клонConstructors in xyz.cofe.tfun with parameters of type TFuns Constructor Description Finder(TFuns source, java.util.function.Function<TFuns,java.util.stream.Stream<TFuns.Found>> foundMapper)Constructor parameters in xyz.cofe.tfun with type arguments of type TFuns Constructor Description Finder(TFuns source, java.util.function.Function<TFuns,java.util.stream.Stream<TFuns.Found>> foundMapper)