public static T FirstOrDefault<T>( this IEnumerable<T> this, Func<T, bool> cond, out bool any, T def = null )