Other Classes
The following classes are available globally.
-
Logging framework for printing messages to the console.
Declaration
Swift
public final class MimiLogger -
Object that subscribes to a
MimiProcessingParameterand allows for parameter values to be applied and propagated to remote data sources.Declaration
Swift
public final class MimiProcessingParameterApplicator<Value> : Identifiable where Value : Equatable, Value : Sendableextension MimiProcessingParameterApplicator: Equatable -
Type-eraser for the
MimiProcessingParameterDataSourceprotocol.Declaration
Swift
@available(iOS, deprecated: 16.0, message: "Use Swift's any keyword") public final class AnyMimiProcessingParameterDataSource<Value> : MimiProcessingParameterDataSource where Value : Equatable, Value : Sendableextension AnyMimiProcessingParameterDataSource: Equatable -
Object that provides an observable platform for a protocol.
Declaration
Swift
open class MimiCoreObservable<Observing>
Other Classes Reference