Interface IndexedFunction<I,​O>


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

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

      • apply

        O apply​(I input,
                int index)