Class StringLocalStep<S,​E>

    • Constructor Detail

    • Method Detail

      • getRequirements

        public Set<TraverserRequirement> getRequirements()
        Description copied from interface: Step
        Provide the necessary TraverserRequirement that must be met by the traverser in order for the step to function properly. The provided default implements returns an empty set.
        Returns:
        the set of requirements
      • applyStringOperation

        protected abstract E applyStringOperation​(String item)
      • getStepName

        protected abstract String getStepName()