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 © 2019 Krunoslav Zaher. All rights reserved. (Last updated: 2019-02-07) Generated by jazzy ♪♫ v0.9.3, a Realm project.