ShouldApply<Value> typedef

ShouldApply<Value> = bool Function(Value)

Function for testing Apply should be called when depencencies change.

Implementation

typedef ShouldApply<Value> = bool Function(Value);