Interface MethodAssignment<NextT>
public interface MethodAssignment<NextT>
Assigns the previous action to a particular
Method.-
Method Summary
-
Method Details
-
forMethod
Assigns to theMethodby name.- Parameters:
name- the name of theMethod- Returns:
- the next element in the builder chain
-
forMethod
Assigns to theMethodby name and parameters.- Parameters:
name- the name of theMethodargs- the arguments to match- Returns:
- the next element in the builder chain
-
forMethod
Assigns to the suppliedMethodby name and parameters.- Returns:
- the next element in the builder chain
-