Uses of Class
xyz.cofe.tfun.TFuns.Found
| Package | Description |
|---|---|
| xyz.cofe.tfun |
-
Uses of TFuns.Found in xyz.cofe.tfun
Fields in xyz.cofe.tfun with type parameters of type TFuns.Found 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 types with arguments of type TFuns.Found Modifier and Type Method Description java.util.List<TFuns.Found>TFuns.FindResult. toList()Возвращает найденые вариантыConstructor parameters in xyz.cofe.tfun with type arguments of type TFuns.Found Constructor Description Finder(TFuns source, java.util.function.Function<TFuns,java.util.stream.Stream<TFuns.Found>> foundMapper)FindResult(java.util.List<TFuns.Found> founds)