BuilderCondition<T> typedef

BuilderCondition<T> = bool Function(StateSnapshot<T> oldState, StateSnapshot<T> newState)

Implementation

typedef bool BuilderCondition<T>(
    StateSnapshot<T> oldState, StateSnapshot<T> newState);