Interface AbstractArrayBlock.ArrayBlockFunction<T>

  • Enclosing class:
    AbstractArrayBlock

    public static interface AbstractArrayBlock.ArrayBlockFunction<T>
    • Method Detail

      • apply

        T apply​(Block block,
                int startPosition,
                int length)