Interface Slicer<T,​I>

    • Method Detail

      • getWorkDomain

        List<I> getWorkDomain()
      • getInitialAccumulator

        T getInitialAccumulator()
      • accumulate

        T accumulate​(T t,
                     I i)
      • transform

        boolean transform​(T t,
                          I i)
      • isLoaded

        boolean isLoaded()
        This method makes it easy to provide "optional" slicers that will only show up if that plugin is installed.