Package 

Class OptionalMonoJoinerComposer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<ExecutionStep<?>> getSteps() List of async steps to be executed
      final <E extends Any> MonoJoinerComposer<E> map(Function1<Optional<ENTITY>, E> mapper) Transforms the item emitted by the previous step using given synchronous mapper function.
      final <E extends Any> MonoJoinerComposer<E> flatMap(Function1<Optional<ENTITY>, Mono<E>> mapper)
      • Methods inherited from class cz.encircled.joiner.reactive.composer.OptionalMonoJoinerComposer

        find, findOne, findOneOptional, persist, persistMultiple
      • Methods inherited from class cz.encircled.joiner.reactive.composer.JoinerComposerWithReceiver

        find, findOne, findOneOptional, just, just, persist, persist
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait