Interface IntSupplierFunction<E>


public interface IntSupplierFunction<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getInt(E val)
     
  • Method Details

    • getInt

      int getInt(E val)