Package react4j.dom
Interface ReactDOM.BatchedUpdatesFn
- Enclosing class:
- ReactDOM
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for performing an action inside batch.
-
Method Summary
-
Method Details
-
call
Perform action while batching react changes.- Throws:
Throwable
- if an error occurred.
-