Interface SliceVisitor

All Known Implementing Classes:
EscapableSliceVisitor

public interface SliceVisitor
Used with
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    visit(org.eclipse.january.dataset.IDataset data)
    Visit each slice
  • Method Details

    • visit

      void visit(org.eclipse.january.dataset.IDataset data) throws Exception
      Visit each slice
      Parameters:
      data - - the data sliced from the lazy data set
      Throws:
      Exception
    • isCancelled

      boolean isCancelled()
      Returns:
      true if the slicing is cancelled.