Package xyz.cofe.tfun
Class TFuns.Finder
java.lang.Object
xyz.cofe.tfun.TFuns.Finder
- Enclosing class:
- TFuns
public static class TFuns.Finder
extends java.lang.Object
Поиск функций удовлетворяющих критерию
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Function<TFuns,java.util.stream.Stream<TFuns.Found>>foundMapperprotected TFunssource -
Constructor Summary
Constructors Constructor Description Finder(TFuns source, java.util.function.Function<TFuns,java.util.stream.Stream<TFuns.Found>> foundMapper) -
Method Summary
Modifier and Type Method Description TFuns.FindResultfetch()Получение выборки
-
Field Details
-
Constructor Details
-
Finder
public Finder(TFuns source, java.util.function.Function<TFuns,java.util.stream.Stream<TFuns.Found>> foundMapper)
-
-
Method Details
-
fetch
Получение выборки- Returns:
- выборка
-