Interface ObjShortConsumer<T>


public interface ObjShortConsumer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t, short value)
     
  • Method Details

    • accept

      void accept(T t, short value)