all<States, ResolverType> static method

StateProperty<States, ResolverType> all<States, ResolverType>(
  1. StatelessResolver<ResolverType> resolver
)

Resolves the given behavior independent of the current state of the system.

Implementation

static StateProperty<States, ResolverType> all<States, ResolverType>(
        StatelessResolver<ResolverType> resolver) =>
    _StatePropertyValue<States, ResolverType>(resolver);