railo.runtime.functions.closure
Class Each

java.lang.Object
  extended by railo.runtime.functions.closure.Each
All Implemented Interfaces:
Serializable, Function

public final class Each
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
Each()
           
 
Method Summary
static void afterCall(PageContext pc, List<Future<String>> futures)
           
static String call(PageContext pc, Object obj, UDF udf)
           
static String call(PageContext pc, Object obj, UDF udf, boolean parallel)
           
static String call(PageContext pc, Object obj, UDF udf, boolean parallel, double maxThreads)
           
static void invoke(PageContext pc, Array array, UDF udf, ExecutorService execute, List<Future<String>> futures)
           
static void invoke(PageContext pc, Iteratorable coll, UDF udf, ExecutorService execute, List<Future<String>> futures)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Each

public Each()
Method Detail

call

public static String call(PageContext pc,
                          Object obj,
                          UDF udf)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object obj,
                          UDF udf,
                          boolean parallel)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object obj,
                          UDF udf,
                          boolean parallel,
                          double maxThreads)
                   throws PageException
Throws:
PageException

afterCall

public static void afterCall(PageContext pc,
                             List<Future<String>> futures)
                      throws PageException
Throws:
PageException

invoke

public static void invoke(PageContext pc,
                          Array array,
                          UDF udf,
                          ExecutorService execute,
                          List<Future<String>> futures)
                   throws PageException
Throws:
PageException

invoke

public static void invoke(PageContext pc,
                          Iteratorable coll,
                          UDF udf,
                          ExecutorService execute,
                          List<Future<String>> futures)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo