Interface DataMapper<R>


  • public interface DataMapper<R>
    • Method Summary

      Modifier and Type Method Description
      R get​(long input)  
    • Method Detail

      • get

        R get​(long input)