LoaderAbstract open class LoaderAbstract<Input, Output> : Identifiable, Equatable, @unchecked Sendable 通用加载器抽象类 init() Undocumented Declaration Swift public init() load(_:) 指定输入,加载输出,子类必须实现 Declaration Swift open func load(_ input: Input) throws -> Output ==(_:_:) Declaration Swift public static func == (lhs: LoaderAbstract<Input, Output>, rhs: LoaderAbstract<Input, Output>) -> Bool © 2025 Wu Yong. All rights reserved. (Last updated: 2025-04-05) Generated by jazzy ♪♫ v0.15.3, a Realm project.