var func = _.overSome([Boolean, isFinite]);
func('1'); // => true
func(null); // => true
func(NaN); // => false