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
MimiProcessingParameter
and 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 : Sendable
extension MimiProcessingParameterApplicator: Equatable
-
Type-eraser for the
MimiProcessingParameterDataSource
protocol.Declaration
Swift
@available(iOS, deprecated: 16.0, message: "Use Swift's any keyword") public final class AnyMimiProcessingParameterDataSource<Value> : MimiProcessingParameterDataSource where Value : Equatable, Value : Sendable
extension AnyMimiProcessingParameterDataSource: Equatable
-
Object that provides an observable platform for a protocol.
Declaration
Swift
open class MimiCoreObservable<Observing>