public abstract static class Pipelines.Unary extends Object
Pipelines.Unary()
static <T> Action<T>
pipeline(Iterable<Action<T>> actions)
pipeline(Iterator<Action<T>> actions)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pipelines.Unary()
public static <T> Action<T> pipeline(Iterable<Action<T>> actions)
T
actions
public static <T> Action<T> pipeline(Iterator<Action<T>> actions)
Copyright © 2012. All Rights Reserved.