Interface UniJoin.JoinFirstStrategyTerminal<T>

Type Parameters:
T - the type of the Uni values
All Known Implementing Classes:
UniJoin.JoinFirstStrategy
Enclosing class:
UniJoin

public static interface UniJoin.JoinFirstStrategyTerminal<T>
Terminal interface for UniJoin.first(List)
  • Method Summary

    Modifier and Type
    Method
    Description
    Forward the value from the first Uni to terminate with a value.
  • Method Details

    • withItem

      @CheckReturnValue Uni<T> withItem()
      Forward the value from the first Uni to terminate with a value.

      When all Uni references fail then failures are collected into a CompositeException, which is then forwarded by the returned Uni.

      Returns:
      a new Uni