Interface ToShortFunction<T>


public interface ToShortFunction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    short
    applyAsShort(T value)
     
  • Method Details

    • applyAsShort

      short applyAsShort(T value)