Interface ReplaceType

All Known Implementing Classes:
DefaultReplaceType

public interface ReplaceType
See Also:
  • Method Details

    • getDefaultInput

      @NotNull @NotNull String getDefaultInput()
      If no input is provided, this will be used
      Returns:
      the default input
    • getOutputOperator

      @NotNull @NotNull BinaryOperator<String> getOutputOperator()
      The action done with the input and value

      The input comes first, then the value (for the operands)

      Returns:
      the BinaryOperator to use on the input and value