libtmux Reference MCP Search
On this page

ControlNotificationStream

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/NotificationBroadcast.swift
struct ControlNotificationStream : struct ControlNotificationStream
struct [source]
struct [source]
struct ControlNotificationStream

One observer's control notifications with finite pending storage.

18 declared, 0 inherited

Members

  • allSatisfy(_:) method Returns a Boolean value that indicates whether all elements produced by the asynchronous sequence satisfy the given predicate.
  • compactMap(_:) method Creates an asynchronous sequence that maps an error-throwing closure over the base sequence’s elements, omitting results that don't return a value.
  • contains(_:) method Returns a Boolean value that indicates whether the asynchronous sequence contains the given element.
  • contains(where:) method Returns a Boolean value that indicates whether the asynchronous sequence contains an element that satisfies the given predicate.
  • drop(while:) method Omits elements from the base asynchronous sequence until a given closure returns false, after which it passes through all remaining elements.
  • dropFirst(_:) method Omits a specified number of elements from the base asynchronous sequence, then passes through all remaining elements.
  • filter(_:) method Creates an asynchronous sequence that contains, in order, the elements of the base sequence that satisfy the given predicate.
  • first(where:) method Returns the first element of the sequence that satisfies the given predicate.
  • flatMap(_:) method Creates an asynchronous sequence that concatenates the results of calling the given error-throwing transformation with each element of this sequence.
  • makeAsyncIterator() method Creates the asynchronous iterator that produces elements of this asynchronous sequence.
  • map(_:) method Creates an asynchronous sequence that maps the given error-throwing closure over the asynchronous sequence’s elements.
  • max(by:) method Returns the maximum element in the asynchronous sequence, using the given predicate as the comparison between elements.
  • min(by:) method Returns the minimum element in the asynchronous sequence, using the given predicate as the comparison between elements.
  • prefix(_:) method Returns an asynchronous sequence, up to the specified maximum length, containing the initial elements of the base asynchronous sequence.
  • prefix(while:) method Returns an asynchronous sequence, containing the initial, consecutive elements of the base sequence that satisfy the given predicate.
  • reduce(_:_:) method Returns the result of combining the elements of the asynchronous sequence using the given closure.
  • reduce(into:_:) method Returns the result of combining the elements of the asynchronous sequence using the given closure, given a mutable initial value.
  • Iterator struct Iterates notifications with TmuxError as the failure type.
Esc

Type to search.