both
both([false, false, 'a'], [11]); // => [false, false, 11] both(Maybe.Just(1), Maybe.Just(null)); //=> Maybe.Just(null)