Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
public protocol Bindable
-
Undocumented
See moreDeclaration
Swift
public protocol ViewRefreshable : AnyObject
-
Undocumented
See moreDeclaration
Swift
public protocol BaseLoadable : AnyValueChangeObservable
-
Undocumented
See moreDeclaration
Swift
public protocol RecoilLoadable<Value> : BaseLoadable
-
Undocumented
See moreDeclaration
Swift
public protocol SyncAtomNode : RecoilSyncNode, Writeable
-
Undocumented
See moreDeclaration
Swift
public protocol AsyncAtomNode : RecoilAsyncNode
-
Undocumented
Declaration
Swift
public protocol SyncSelectorNode : RecoilSyncNode
-
Undocumented
Declaration
Swift
public protocol AsyncSelectorNode : RecoilAsyncNode
-
Undocumented
See moreDeclaration
Swift
public protocol RecoilKey : Hashable
-
Undocumented
See moreDeclaration
Swift
public protocol RecoilNode<T>
-
Undocumented
See moreDeclaration
Swift
public protocol RecoilSyncNode : RecoilNode
-
Undocumented
See moreDeclaration
Swift
public protocol RecoilAsyncNode : RecoilNode
-
Undocumented
See moreDeclaration
Swift
public protocol Writeable
-
Undocumented
See moreDeclaration
Swift
public protocol RecoilCancelable
-
Undocumented
See moreDeclaration
Swift
public protocol AnyValueChangeObservable
-
Undocumented
See moreDeclaration
Swift
public protocol StateGetter
-
Undocumented
See moreDeclaration
Swift
public protocol StateSetter