Interface IntFunction<T>


  • public interface IntFunction<T>
    • Method Detail

      • apply

        T apply​(int i)