Interface ItemFunc<TArg,​TRet>


public interface ItemFunc<TArg,​TRet>
A function needed for some Queriable methods, where a complex return value per item is required
Author:
René Bergelt
  • Method Summary

    Modifier and Type
    Method
    Description
    exec​(TArg item)
    Execute the ItemFunc and return the result
  • Method Details

    • exec

      TRet exec(TArg item)
      Execute the ItemFunc and return the result
      Parameters:
      item - Item to execute on
      Returns:
      The result of execution