-
Undocumented
Declaration
Swift
public init()
-
Undocumented
Declaration
Swift
public func iterate( from container: ScreenContainer, while predicate: ScreenIterationPredicate ) -> ScreenContainer?
-
Undocumented
Declaration
Swift
public func firstContainer( in container: ScreenContainer, where predicate: @escaping (_ container: ScreenContainer) -> Bool ) -> ScreenContainer?
-
Undocumented
Declaration
Swift
public func lastContainer( in container: ScreenContainer, where predicate: @escaping (_ container: ScreenContainer) -> Bool ) -> ScreenContainer?
-
Undocumented
Declaration
Swift
public func topContainer( in container: ScreenContainer, where predicate: @escaping (_ container: ScreenContainer) -> Bool ) -> ScreenContainer?