Interface ByteListHelper.Visit<T,U>

Enclosing class:
ByteListHelper

public static interface ByteListHelper.Visit<T,U>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(int index, T value, U module)
     
  • Method Details

    • call

      U call(int index, T value, U module)