Interface Binder<R>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R bind​(long value)
      Bind values derived from a long to some object, returning an object type R
    • Method Detail

      • bind

        R bind​(long value)
        Bind values derived from a long to some object, returning an object type R
        Parameters:
        value - a long input value
        Returns:
        an R