Interface PythonSlice.SliceConsumer

Enclosing class:
PythonSlice

public static interface PythonSlice.SliceConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(int index, int step)
     
  • Method Details

    • accept

      void accept(int index, int step)