beforeMutation abstract method

bool beforeMutation(
  1. VxMutation<VxStore?> mutation
)

Function called before mutation is executed. Execution can be cancelled by returning false.

Implementation

bool beforeMutation(VxMutation mutation);