Back to Rxswift

TakeUntilBehavior

docs/Enums/TakeUntilBehavior.html

6.10.2438 B
Original Source

TakeUntilBehavior

public enum TakeUntilBehavior

Behaviors for the takeUntil(_ behavior:predicate:) operator.

`

                inclusive
                `

Include the last element matching the predicate.

Declaration

Swift

case inclusive

`

                exclusive
                `

Exclude the last element matching the predicate.

Declaration

Swift

case exclusive