Java org.springframework.core ReactiveAdapter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core ReactiveAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core ReactiveAdapter.

The text is from its open source code.

Method

ObjectfromPublisher(Publisher publisher)
Adapt from the given Reactive Streams Publisher.
booleanisMultiValue()
Shortcut for getDescriptor().isMultiValue() .
booleanisNoValue()
Shortcut for getDescriptor().isNoValue() .
booleansupportsEmpty()
Shortcut for getDescriptor().supportsEmpty() .
PublishertoPublisher(@Nullable Object source)
Adapt the given instance to a Reactive Streams Publisher .