build abstract method

T build()

Build the current value of this HookState.

This is the only method that is required to be overrode by the implementations. This will be called exactly once every build.

Implementation

T build();