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