public static GenericTally<T> TallyFirst<T>( this GenericTally<T> this, Func<T, bool> cond, T initial = null, bool break = false )