Interface UniJoin.JoinFirstStrategyTerminal<T>

    • Method Detail

      • 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