@Beta public class EffectorAndBody<T> extends EffectorBase<T> implements EffectorWithBody<T>
| Constructor and Description | 
|---|
| EffectorAndBody(Effector<T> original,
               EffectorTasks.EffectorTaskFactory<T> body) | 
| EffectorAndBody(java.lang.String name,
               java.lang.Class<T> returnType,
               java.util.List<ParameterType<?>> parameters,
               java.lang.String description,
               EffectorTasks.EffectorTaskFactory<T> body) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object other) | 
| EffectorTasks.EffectorTaskFactory<T> | getBody()returns the body of the effector, i.e. | 
| int | hashCode() | 
getDescription, getName, getParameters, getReturnType, getReturnTypeName, toStringgetDescription, getName, getParameters, getReturnType, getReturnTypeNamepublic EffectorAndBody(Effector<T> original, EffectorTasks.EffectorTaskFactory<T> body)
public EffectorAndBody(java.lang.String name,
               java.lang.Class<T> returnType,
               java.util.List<ParameterType<?>> parameters,
               java.lang.String description,
               EffectorTasks.EffectorTaskFactory<T> body)
public EffectorTasks.EffectorTaskFactory<T> getBody()
EffectorWithBodygetBody in interface EffectorWithBody<T>public int hashCode()
hashCode in class EffectorBase<T>public boolean equals(java.lang.Object other)
equals in class EffectorBase<T>