Interface IndexAccessor.IndexProperty

    • Method Detail

      • letIndex

        default long letIndex​(long aIndex)
        This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given long (setter) as of IndexAccessor.IndexMutator.setIndex(long) and returns the very same value (getter).
        Parameters:
        aIndex - The long to set (via IndexAccessor.IndexMutator.setIndex(long)).
        Returns:
        Returns the value passed for it to be used in conclusive processing steps.