Interface FixedMethodConsumer

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface FixedMethodConsumer
    FixedMethodConsumer
    Since:
    4.0.0
    Author:
    PARK Yong Seo
    • Method Summary

      Modifier and Type Method Description
      void to​(byte[] bytes, int idx, java.lang.Object val)  
    • Method Detail

      • to

        void to​(byte[] bytes,
                int idx,
                java.lang.Object val)
         throws java.lang.reflect.InvocationTargetException,
                java.lang.IllegalAccessException
        Throws:
        java.lang.reflect.InvocationTargetException
        java.lang.IllegalAccessException