Class Offset.DefaultOffset<O,​V>

    • Method Detail

      • apply

        public V apply​(V value)
        Specified by:
        apply in interface Function<O,​V>
      • isZero

        public boolean isZero()
        Description copied from interface: Offset
        Returns true if this offset is zero, false otherwise.
        Specified by:
        isZero in interface Offset<O>
        Returns:
        true if this offset is zero, false otherwise.
      • get

        public O get()
        Specified by:
        get in interface Supplier<O>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object