ResAndAll Method

Overload List

AndAllT1, T2(FuncResT1, FuncResT2) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2(ResT1, ResT2) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3(FuncResT1, FuncResT2, FuncResT3) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3(ResT1, ResT2, ResT3) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4(FuncResT1, FuncResT2, FuncResT3, FuncResT4) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4(ResT1, ResT2, ResT3, ResT4) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4, T5(FuncResT1, FuncResT2, FuncResT3, FuncResT4, FuncResT5) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4, T5(ResT1, ResT2, ResT3, ResT4, ResT5) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4, T5, T6(FuncResT1, FuncResT2, FuncResT3, FuncResT4, FuncResT5, FuncResT6) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4, T5, T6(ResT1, ResT2, ResT3, ResT4, ResT5, ResT6) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4, T5, T6, T7(FuncResT1, FuncResT2, FuncResT3, FuncResT4, FuncResT5, FuncResT6, FuncResT7) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4, T5, T6, T7(ResT1, ResT2, ResT3, ResT4, ResT5, ResT6, ResT7) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4, T5, T6, T7, T8(FuncResT1, FuncResT2, FuncResT3, FuncResT4, FuncResT5, FuncResT6, FuncResT7, FuncResT8) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.
AndAllT1, T2, T3, T4, T5, T6, T7, T8(ResT1, ResT2, ResT3, ResT4, ResT5, ResT6, ResT7, ResT8) Returns the tuple combining unwrapped values of the results if all of them are of Ok variant; returns first Err otherwise.

See Also