Interface MatMethodProvider<T>

All Known Implementing Classes:
MatMethodProviderArithmeticOperation, MatMethodProviderMustache, MatMethodProviderSearchVpAndReplace, MatMethodProviderSetVpValue

public interface MatMethodProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Supplier<T> source, Consumer<T> target, String hint)
    Must not be called before {@link #init(MatMethod, CS).
    Must not be called before {@link #init(MatMethod, CS).
    void
    init(MatMethod m, CV cv)
     
  • Method Details

    • init

      void init(MatMethod m, CV cv)
    • getValueType

      Class<?> getValueType()
      Must not be called before {@link #init(MatMethod, CS).
    • execute

      void execute(Supplier<T> source, Consumer<T> target, String hint)
      Must not be called before {@link #init(MatMethod, CS).