- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
void
Accept the value and the data, and then compose the value.
-
Method Details
-
accept
Accept the value and the data, and then compose the value.
- Parameters:
holder
- The configuration holder
type
- The value type, e.g. List
, Map
, etc.
data
- The unit data
- Throws:
Exception
- If an error occurs
-