Effects
public protocol Effects
A collection of Effect
s.
The only requirement for the protocol is to specify the type of the Environment
which should be used in the Effect
s. The properties have default implementations.
-
enabledEffects
Default implementation -
id
Default implementationThe identifier for the
Effects
. The default implementation is just the name of the type.Default Implementation
Declaration
Swift
static var id: String { get }