Interface JPADeleteFunction<CB,ROOT,LIST,CD>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface JPADeleteFunction<CB,ROOT,LIST,CD>
Since:
2024/5/12 11:11
Author:
vanlin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(CB cb, ROOT root, LIST list, CD cd)
     
  • Method Details

    • process

      void process(CB cb, ROOT root, LIST list, CD cd)