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