build

public static Trio<F, S, T> build<F, S, T>(F first, S second, T third)

Build a trio.

Return

Built trio

Parameters

first

First value

second

Second value

third

Third value

<F>

First value type

<S>

Second value type

<T>

Third value type