","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/catch(_:)","title":"func `catch`((Self.Failure) -> P) -> Publishers.Catch","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/collect()","title":"func collect() -> Publishers.Collect","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/collect(_:)","title":"func collect(Int) -> Publishers.CollectByCount","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/collect(_:options:)","title":"func collect(Publishers.TimeGroupingStrategy, options: S.SchedulerOptions?) -> Publishers.CollectByTime","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/combinelatest(_:)","title":"func combineLatest(P) -> Publishers.CombineLatest","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/combinelatest(_:_:)-22vl5","title":"func combineLatest(P, Q) -> Publishers.CombineLatest3","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/combinelatest(_:_:)-8swxx","title":"func combineLatest(P, (Self.Output, P.Output) -> T) -> Publishers.Map, T>","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/combinelatest(_:_:_:)-5lr01","title":"func combineLatest(P, Q, (Self.Output, P.Output, Q.Output) -> T) -> Publishers.Map, T>","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/combinelatest(_:_:_:)-6oj2","title":"func combineLatest(P, Q, R) -> Publishers.CombineLatest4","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/combinelatest(_:_:_:_:)","title":"func combineLatest(P, Q, R, (Self.Output, P.Output, Q.Output, R.Output) -> T) -> Publishers.Map, T>","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/combineprevious()","title":"func combinePrevious() -> AnyPublisher","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/combineprevious(_:)","title":"func combinePrevious(Self.Output) -> AnyPublisher","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/compactmap(_:)","title":"func compactMap((Self.Output) -> T?) -> Publishers.CompactMap","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/contains(_:)","title":"func contains(Self.Output) -> Publishers.Contains","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/contains(where:)","title":"func contains(where: (Self.Output) -> Bool) -> Publishers.ContainsWhere","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/count()","title":"func count() -> Publishers.Count","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/debounce(for:scheduler:options:)","title":"func debounce(for: S.SchedulerTimeType.Stride, scheduler: S, options: S.SchedulerOptions?) -> Publishers.Debounce","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/decode(type:decoder:)","title":"func decode- (type: Item.Type, decoder: Coder) -> Publishers.Decode","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/delay(for:tolerance:scheduler:options:)","title":"func delay
(for: S.SchedulerTimeType.Stride, tolerance: S.SchedulerTimeType.Stride?, scheduler: S, options: S.SchedulerOptions?) -> Publishers.Delay","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/drop(untiloutputfrom:)","title":"func drop(untilOutputFrom: P) -> Publishers.DropUntilOutput","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/drop(while:)","title":"func drop(while: (Self.Output) -> Bool) -> Publishers.DropWhile","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/dropfirst(_:)","title":"func dropFirst(Int) -> Publishers.Drop","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/encode(encoder:)","title":"func encode(encoder: Coder) -> Publishers.Encode","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/erasetoanypublisher()","title":"func eraseToAnyPublisher() -> AnyPublisher","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/filter(_:)","title":"func filter((Self.Output) -> Bool) -> Publishers.Filter","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/first()","title":"func first() -> Publishers.First","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/first(where:)","title":"func first(where: (Self.Output) -> Bool) -> Publishers.FirstWhere","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/flatmap(maxpublishers:_:)-3vqwd","title":"func flatMap(maxPublishers: Subscribers.Demand, (Self.Output) -> P) -> Publishers.FlatMap","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/flatmap(maxpublishers:_:)-56vk","title":"func flatMap
(maxPublishers: Subscribers.Demand, (Self.Output) -> P) -> Publishers.FlatMap
>","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/flatmap(maxpublishers:_:)-89hwe","title":"func flatMap
(maxPublishers: Subscribers.Demand, (Self.Output) -> P) -> Publishers.FlatMap
","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/flatmap(maxpublishers:_:)-920a0","title":"func flatMap
(maxPublishers: Subscribers.Demand, (Self.Output) -> P) -> Publishers.FlatMap, Self>","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/handleevents(receivesubscription:receiveoutput:receivecompletion:receivecancel:receiverequest:)","title":"func handleEvents(receiveSubscription: ((any Subscription) -> Void)?, receiveOutput: ((Self.Output) -> Void)?, receiveCompletion: ((Subscribers.Completion) -> Void)?, receiveCancel: (() -> Void)?, receiveRequest: ((Subscribers.Demand) -> Void)?) -> Publishers.HandleEvents","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/handleevents(receivesubscription:receiveoutput:receivecompletion:receivecancel:receivetermination:receiveresult:receiverequest:)-2kxxg","title":"func handleEvents(receiveSubscription: ((any Subscription) -> Void)?, receiveOutput: ((Self.Output) -> Void)?, receiveCompletion: ((Subscribers.Completion) -> Void)?, receiveCancel: (() -> Void)?, receiveTermination: (() -> Void)?, receiveResult: (Result) -> Void, receiveRequest: ((Subscribers.Demand) -> Void)?) -> Publishers.HandleEvents","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/handleevents(receivesubscription:receiveoutput:receivecompletion:receivecancel:receivetermination:receiveresult:receiverequest:)-6hnzk","title":"func handleEvents(receiveSubscription: ((any Subscription) -> Void)?, receiveOutput: ((Self.Output) -> Void)?, receiveCompletion: ((Subscribers.Completion) -> Void)?, receiveCancel: (() -> Void)?, receiveTermination: () -> Void, receiveResult: ((Result) -> Void)?, receiveRequest: ((Subscribers.Demand) -> Void)?) -> Publishers.HandleEvents","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/ignoreerrors()","title":"func ignoreErrors() -> AnyPublisher","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/ignorenils()","title":"func ignoreNils() -> AnyPublisher","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/ignoreoutput()","title":"func ignoreOutput() -> Publishers.IgnoreOutput","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/last()","title":"func last() -> Publishers.Last","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/last(where:)","title":"func last(where: (Self.Output) -> Bool) -> Publishers.LastWhere","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/makeconnectable()","title":"func makeConnectable() -> Publishers.MakeConnectable","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/map(_:)-1f9er","title":"func map(KeyPath) -> Publishers.MapKeyPath","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/map(_:)-3v7l8","title":"func map((Self.Output) -> T) -> Publishers.Map","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/map(_:_:)","title":"func map(KeyPath, KeyPath) -> Publishers.MapKeyPath2","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/map(_:_:_:)","title":"func map(KeyPath, KeyPath, KeyPath) -> Publishers.MapKeyPath3","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/maperror(_:)","title":"func mapError((Self.Failure) -> E) -> Publishers.MapError","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/max()","title":"func max() -> Publishers.Comparison","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/max(by:)","title":"func max(by: (Self.Output, Self.Output) -> Bool) -> Publishers.Comparison","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/measureinterval(using:options:)","title":"func measureInterval(using: S, options: S.SchedulerOptions?) -> Publishers.MeasureInterval","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/merge(with:)","title":"func merge(with: Self) -> Publishers.MergeMany","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/merge(with:_:)","title":"func merge(with: B, C) -> Publishers.Merge3","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/merge(with:_:_:)","title":"func merge(with: B, C, D) -> Publishers.Merge4","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/merge(with:_:_:_:)","title":"func merge(with: B, C, D, E) -> Publishers.Merge5","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/merge(with:_:_:_:_:)","title":"func merge(with: B, C, D, E, F) -> Publishers.Merge6","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/merge(with:_:_:_:_:_:)","title":"func merge(with: B, C, D, E, F, G) -> Publishers.Merge7","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/merge(with:_:_:_:_:_:_:)","title":"func merge(with: B, C, D, E, F, G, H) -> Publishers.Merge8","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/min()","title":"func min() -> Publishers.Comparison","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/min(by:)","title":"func min(by: (Self.Output, Self.Output) -> Bool) -> Publishers.Comparison","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/multicast(_:)","title":"func multicast(() -> S) -> Publishers.Multicast","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/multicast(subject:)","title":"func multicast(subject: S) -> Publishers.Multicast","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/output(at:)","title":"func output(at: Int) -> Publishers.Output","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/output(in:)","title":"func output(in: R) -> Publishers.Output","type":"method"},{"path":"\/documentation\/fueledutilscombine\/anycurrentvaluepublisher\/performduringlifetimeof(_:action:)-3h9pv","title":"func performDuringLifetimeOf