Interface LongFrame.LongToType<T>

Enclosing class:
LongFrame<T>

public static interface LongFrame.LongToType<T>
Functional interface for a function mapping a double data value to the final frame type.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(long data)
    Converison function from long to the type parameter.
  • Method Details

    • convert

      T convert(long data)
      Converison function from long to the type parameter.
      Parameters:
      data - The long data.
      Returns:
      a new object.