Package react4j
Interface Context.ConsumerRenderFunction<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface used to type the render function input.
-
Method Summary
-
Method Details
-
render
Render the specified tree for context value.- Parameters:
value
- the context value.- Returns:
- the rendered react node tree.
-