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>> foundMapper  
    protected TFuns source  
  • 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.FindResult fetch()
    Получение выборки

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait