Back to Rxswift

TakeBehavior

docs/Enums/TakeBehavior.html

6.10.2405 B
Original Source

TakeBehavior

public enum TakeBehavior

Behaviors for the take operator family.

`

                inclusive
                `

Include the last element matching the predicate.

Declaration

Swift

case inclusive

`

                exclusive
                `

Exclude the last element matching the predicate.

Declaration

Swift

case exclusive