public static IEnumerable<T> HookLast<T>( this IEnumerable<T> this, IGuard<Tuple<T>> sink, Func<T, bool> critiria )