Skip to content

AnyScreen

ohitsdaniel edited this page Feb 5, 2021 · 4 revisions

AnyScreen

public struct AnyScreen: Hashable

Inheritance

Hashable

Initializers

init(_:)

public init<S: Screen>(_ route: S)

Methods

unwrap()

public func unwrap<S: Screen>() -> S?

`is`(_:)

public func `is`<S: Screen>(_ screenType: S.Type) -> Bool
Clone this wiki locally