Interface IndexedFunction<I,​O>


public interface IndexedFunction<I,​O>
  • Method Summary

    Modifier and Type Method Description
    O apply​(I input, int index)  
  • Method Details

    • apply

      O apply​(I input, int index)