JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ratpack.func
Interface Action<T>
Type Parameters:
T
- The type of thing.
All Known Implementing Classes:
BindingsSpecAction
,
ChainAction
,
Fulfillment
,
GroovyChainAction
,
RegistrySpecAction
,
RequestFixtureAction
public interface
Action<T>
A generic type for an object that does some work with a thing.
Method Summary
Methods
Modifier and Type
Method and Description
void
execute
(
T
t)
Executes the action against the given thing.
Method Detail
execute
void execute(
T
t) throws
Exception
Executes the action against the given thing.
Parameters:
t
- the thing to execute the action against
Throws:
Exception
- if anything goes wrong
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method