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