Interface Parser.EncodeCallback<T>

Enclosing interface:
Parser

public static interface Parser.EncodeCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(T data)
     
  • Method Details

    • call

      void call(T data)