Uses of Interface
org.objectweb.fractal.task.core.composition.Function

Packages that use Function
org.objectweb.fractal.task.core.composition   
org.objectweb.fractal.task.core.composition.function   
 

Uses of Function in org.objectweb.fractal.task.core.composition
 

Methods in org.objectweb.fractal.task.core.composition that return Function
 Function FunctionExecutionException.getFunction()
           
 

Constructors in org.objectweb.fractal.task.core.composition with parameters of type Function
FunctionExecutionException(Function function)
          Creates a FunctionExecutionException.
FunctionExecutionException(Function function, java.lang.String message)
          Creates a FunctionExecutionException.
FunctionExecutionException(Function function, java.lang.String message, java.lang.Throwable cause)
          Creates a FunctionExecutionException.
FunctionExecutionException(Function function, java.lang.Throwable cause)
          Creates a FunctionExecutionException.
InvalidNumberOfParameterException(Function function, int expected, int actual)
          Creates a new InvalidParameterTypeException.
InvalidNumberOfParameterException(Function function, int expected, int actual, java.lang.String message)
          Creates a new InvalidParameterTypeException.
InvalidParameterTypeException(Function function, int paramIndex, java.lang.Class<?> expectedType, java.lang.Class<?> actualType)
          Creates a new InvalidParameterTypeException.
InvalidParameterTypeException(Function function, int paramIndex, java.lang.Class<?> expectedType, java.lang.Class<?> actualType, java.lang.String message)
          Creates a new InvalidParameterTypeException.
NullParameterException(Function function, int paramIndex)
          Creates a new NullParameterException.
NullParameterException(Function function, int paramIndex, java.lang.String message)
          Creates a new NullParameterException.
 

Uses of Function in org.objectweb.fractal.task.core.composition.function
 

Classes in org.objectweb.fractal.task.core.composition.function that implement Function
 class And
          Implements a boolean And function.
 class Equals
          Implements a equals function.
 class Not
          Implements a boolean Not function.
 class Or
          Implements a boolean Or function.
 class Same
          Implements the "equivalent" of == operator.
 



Copyright © 2007-2009 ObjectWeb Consortium. All Rights Reserved.