Trait

reactor.core.scala.publisher

SMonoLike

Related Doc: package publisher

Permalink

trait SMonoLike[+T] extends ScalaConverters

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SMonoLike
  2. ScalaConverters
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class PimpConnectableFlux[T] extends AnyRef

    Permalink
    Definition Classes
    ScalaConverters
  2. implicit class PimpJFlux[T] extends AnyRef

    Permalink
    Definition Classes
    ScalaConverters
  3. implicit class PimpJMono[T] extends AnyRef

    Permalink
    Definition Classes
    ScalaConverters

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def *[R >: T](other: SMono[R])(implicit R: Numeric[R]): SMono[R]

    Permalink

    Multiply element of this SMono with element of the other one.

    Multiply element of this SMono with element of the other one.

    R

    Numeric

    other

    The other element

    returns

    SMono containing the product of this and the other one.

  4. final def +[R >: T](other: SMono[R])(implicit R: Numeric[R]): SMono[R]

    Permalink

    Adding element of this SMono with the element of the other one.

    Adding element of this SMono with the element of the other one.

    R

    Numeric

    other

    The other element

    returns

    SMono containing the sum of this and the other one.

  5. final def ++[U >: T](other: Publisher[U]): SFlux[U]

    Permalink

    Alias for SMono.concatWith

    Alias for SMono.concatWith

    other

    the Publisher sequence to concat after this SMono

    returns

    a concatenated SFlux

  6. final def -[R >: T](other: SMono[R])(implicit R: Numeric[R]): SMono[R]

    Permalink

    Subtract element in this SMono with the element of the other one

    Subtract element in this SMono with the element of the other one

    R

    Numeric

    other

    The other eleent

    returns

    SMono containing the result of subtraction.

  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def concatWith[U >: T](other: Publisher[U]): SFlux[U]

    Permalink

    Concatenate emissions of this SMono with the provided Publisher (no interleave).

    Concatenate emissions of this SMono with the provided Publisher (no interleave).

    other

    the Publisher sequence to concat after this SFlux

    returns

    a concatenated SFlux

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScalaConverters

Inherited from AnyRef

Inherited from Any

Ungrouped