Create a Mono which delays an onNext signal by a given duration and completes.
If the demand cannot be produced in time, an onError will be signalled instead.
Create a Mono which delays an onNext signal by a given duration and completes.
If the demand cannot be produced in time, an onError will be signalled instead.

the Duration of the delay
a time-capable Scheduler instance to run on
a new Mono
Create a Mono which delays an onNext signal of duration of given unit and complete on the global timer.
Create a Mono which delays an onNext signal of duration of given unit and complete on the global timer.
If the demand cannot be produced in time, an onError will be signalled instead.
The delay is introduced through the parallel default Scheduler.

the duration of the delay
a new Mono
Create a new Mono that ignores onNext (dropping them) and only react on Completion signal.
Create a Mono that completes without emitting any item.
Create a Mono that completes with the specified error immediately after onSubscribe.
Expose the specified Publisher with the Mono API, and ensure it will emit 0 or 1 item.
Expose the specified Publisher with the Mono API, and ensure it will emit 0 or 1 item.
The source emitter will be cancelled on the first onNext.

the source type
the { @link Publisher} source
the next item emitted as a { @link Mono}
Create a Mono producing the value for the Mono using the given supplier.
Unchecked cardinality conversion of Publisher as Mono, supporting reactor.core.Fuseable sources.
Create a Mono producing the value for the Mono using the given Future.
Create a Mono only producing a completion signal after using the given runnable.
Create a Mono producing the value for the Mono using the given supplier.
Create a new Mono that ignores onNext (dropping them) and only react on Completion signal.
Create a new Mono that emits the specified item.
Create a new Mono that emits the specified item if non null otherwise only emits onComplete.
Create a new Mono that emits the specified item if Option.isDefined otherwise only emits onComplete.
Return a Mono that will never signal any data, error or completion signal.
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise based on the results of a specified equality function.
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise based on the results of a specified equality function.
the type of items emitted by each Publisher
the first Publisher to compare
the second Publisher to compare
a function used to compare items emitted by each Publisher
the number of items to prefetch from the first and second source Publisher
a Mono that emits a Boolean value that indicates whether the two Publisher two sequences are the same according to the specified function
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise based on the results of a specified equality function.
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise based on the results of a specified equality function.
the type of items emitted by each Publisher
the first Publisher to compare
the second Publisher to compare
a function used to compare items emitted by each Publisher
a Mono that emits a Boolean value that indicates whether the two sequences are the same
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise.
Returns a Mono that emits a Boolean value that indicates whether two Publisher sequences are the same by comparing the items emitted by each Publisher pairwise.
the type of items emitted by each Publisher
the first Publisher to compare
the second Publisher to compare
a Mono that emits a Boolean value that indicates whether the two sequences are the same
Uses a resource, generated by a supplier for each individual Subscriber, while streaming the value from a Mono derived from the same resource and makes sure the resource is released if the sequence terminates or the Subscriber cancels.
Uses a resource, generated by a supplier for each individual Subscriber, while streaming the value from a Mono derived from the same resource and makes sure the resource is released if the sequence terminates or the Subscriber cancels.
Eager resource cleanup happens just before the source termination and exceptions raised by the cleanup Consumer may override the terminal even.
Uses a resource, generated by a supplier for each individual Subscriber, while streaming the value from a Mono derived from the same resource and makes sure the resource is released if the sequence terminates or the Subscriber cancels.
Uses a resource, generated by a supplier for each individual Subscriber, while streaming the value from a Mono derived from the same resource and makes sure the resource is released if the sequence terminates or the Subscriber cancels.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos have been fulfilled.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos have been fulfilled.
An error will cause pending results to be cancelled and immediate error emission to the
returned Mono.

the combined result
the function to transform the combined array into an arbitrary object.
The monos to use.
a Mono.
Aggregate given void publishers into a new a Mono that will be
fulfilled when all of the given Monos have been fulfilled.
Aggregate given void publishers into a new a Mono that will be
fulfilled when all of the given Monos have been fulfilled. If any Mono terminates without value,
the returned sequence will be terminated immediately and pending results cancelled.

The sources to use.
a Mono.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos have been fulfilled.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos have been fulfilled.
If any Mono terminates without value, the returned sequence will be terminated immediately and pending results cancelled.

the combined result
The monos to use.
the function to transform the combined array into an arbitrary object.
a Mono.
Aggregate given void publishers into a new a Mono that will be
fulfilled when all of the given Monos have been fulfilled.
Aggregate given void publishers into a new a Mono that will be
fulfilled when all of the given Monos have been fulfilled. If any Mono terminates without value,
the returned sequence will be terminated immediately and pending results cancelled.

The sources to use.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled. An error will cause pending results to be cancelled and immediate error emission to the
returned Mono.

type of the value from source1
type of the value from source2
type of the value from source3
type of the value from source4
type of the value from source5
type of the value from source6
The first upstream org.reactivestreams.Publisher to subscribe to.
The second upstream org.reactivestreams.Publisher to subscribe to.
The third upstream org.reactivestreams.Publisher to subscribe to.
The fourth upstream org.reactivestreams.Publisher to subscribe to.
The fifth upstream org.reactivestreams.Publisher to subscribe to.
The sixth upstream org.reactivestreams.Publisher to subscribe to.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled. An error will cause pending results to be cancelled and immediate error emission to the
returned Mono.

type of the value from source1
type of the value from source2
type of the value from source3
type of the value from source4
type of the value from source5
The first upstream org.reactivestreams.Publisher to subscribe to.
The second upstream org.reactivestreams.Publisher to subscribe to.
The third upstream org.reactivestreams.Publisher to subscribe to.
The fourth upstream org.reactivestreams.Publisher to subscribe to.
The fifth upstream org.reactivestreams.Publisher to subscribe to.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled. An error will cause pending results to be cancelled and immediate error emission to the
returned Mono.

type of the value from source1
type of the value from source2
type of the value from source3
type of the value from source4
The first upstream { @link org.reactivestreams.Publisher} to subscribe to.
The second upstream { @link org.reactivestreams.Publisher} to subscribe to.
The third upstream { @link org.reactivestreams.Publisher} to subscribe to.
The fourth upstream { @link org.reactivestreams.Publisher} to subscribe to.
a { @link Mono}.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled. An error will cause pending results to be cancelled and immediate error emission to the
returned Mono.

type of the value from source1
type of the value from source2
type of the value from source3
The first upstream { @link org.reactivestreams.Publisher} to subscribe to.
The second upstream { @link org.reactivestreams.Publisher} to subscribe to.
The third upstream { @link org.reactivestreams.Publisher} to subscribe to.
a { @link Mono}.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled. An error will cause pending results to be cancelled and immediate error emission to the
returned Mono.

type of the value from source1
type of the value from source2
output value
The first upstream { @link org.reactivestreams.Publisher} to subscribe to.
The second upstream { @link org.reactivestreams.Publisher} to subscribe to.
a scala.Function2 combinator function when both sources complete
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled. An error will cause pending results to be cancelled and immediate error emission to the
returned Mono.

type of the value from source1
type of the value from source2
The first upstream { @link org.reactivestreams.Publisher} to subscribe to.
The second upstream { @link org.reactivestreams.Publisher} to subscribe to.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.

the combined result
the function to transform the combined array into an arbitrary object.
The monos to use.
a combined Mono.
Merge given void publishers into a new a Mono that will be fulfilled
when all of the given Monos
have been fulfilled.
Merge given void publishers into a new a Mono that will be fulfilled
when all of the given Monos
have been fulfilled.

The sources to use.
a Mono.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled. If any Mono terminates without value, the returned sequence will be terminated
immediately and pending results cancelled. If several Monos error, the exceptions are combined (suppressed
into a combining exception).

the combined result
The monos to use.
the function to transform the combined array into an arbitrary object.
a Mono.
Aggregate given void publishers into a new a Mono that will be
fulfilled when all of the given sources have been fulfilled.
Aggregate given void publishers into a new a Mono that will be
fulfilled when all of the given sources have been fulfilled. If any Publisher
terminates without value, the returned sequence will be terminated immediately and
pending results cancelled. If several Publishers error, the exceptions are combined
(suppressed into a combining exception).

The sources to use.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.

type of the value from source1
type of the value from source2
type of the value from source3
type of the value from source4
type of the value from source5
type of the value from source6
The first upstream Publisher to subscribe to.
The second upstream Publisher to subscribe to.
The third upstream Publisher to subscribe to.
The fourth upstream Publisher to subscribe to.
The fifth upstream Publisher to subscribe to.
The sixth upstream Publisher to subscribe to.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.

type of the value from source1
type of the value from source2
type of the value from source3
type of the value from source4
type of the value from source5
The first upstream Publisher to subscribe to.
The second upstream Publisher to subscribe to.
The third upstream Publisher to subscribe to.
The fourth upstream Publisher to subscribe to.
The fifth upstream Publisher to subscribe to.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.

type of the value from source1
type of the value from source2
type of the value from source3
type of the value from source4
The first upstream Publisher to subscribe to.
The second upstream Publisher to subscribe to.
The third upstream Publisher to subscribe to.
The fourth upstream Publisher to subscribe to.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.

type of the value from source1
type of the value from source2
type of the value from source3
The first upstream Publisher to subscribe to.
The second upstream Publisher to subscribe to.
The third upstream Publisher to subscribe to.
a Mono.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.
Merge given monos into a new a Mono that will be fulfilled when all of the given Monos
have been fulfilled.

type of the value from source1
type of the value from source2
The first upstream Publisher to subscribe to.
The second upstream Publisher to subscribe to.
a Mono.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos have been fulfilled.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos have been fulfilled.
If any Mono terminates without value, the returned sequence will be terminated immediately and pending results cancelled.

The type of the function result.
The result type
the combinator scala.Function
The monos to use.
a Mono.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos have been fulfilled.
Aggregate given monos into a new a Mono that will be fulfilled when all of the given Monos have been fulfilled.
If any Mono terminates without value, the returned sequence will be terminated immediately and pending results cancelled.

The super incoming type
The type of the function result.
the combinator scala.Function
The monos to use.
a Mono.