Interface MatMethodProvider<T>

    • Method Detail

      • 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).