Interface DataMapper<R>

All Superinterfaces:
LongFunction<R>
All Known Implementing Classes:
RandomRangedToDouble

public interface DataMapper<R> extends LongFunction<R>
  • Method Summary

    Modifier and Type
    Method
    Description
    default R
    apply(long value)
     
    get(long input)
     
  • Method Details

    • get

      R get(long input)
    • apply

      default R apply(long value)
      Specified by:
      apply in interface LongFunction<R>