StateGetter
public protocol StateGetter
Undocumented
-
Undocumented
Declaration
Swift
func get<Node>(_ node: Node) throws -> Node.T where Node : RecoilSyncNode
-
get(_:
Asynchronous) Undocumented
Declaration
Swift
func get<Node>(_ node: Node) async throws -> Node.T where Node : RecoilAsyncNode
-
Undocumented
Declaration
Swift
func getLoadingStatus<Node>(_ node: Node) throws -> Bool where Node : RecoilNode
-
Undocumented
Declaration
Swift
func getOrNil<Node>(_ node: Node) -> Node.T? where Node : RecoilNode
-
Undocumented
Declaration
Swift
func getUnsafe<Node>(_ node: Node) -> Node.T where Node : RecoilSyncNode