Interface Func<T,​D>


  • public interface Func<T,​D>
    • Method Detail

      • call

        T call​(D datum,
               int index)