Package net.officefloor.frame.test
Class ParameterCapture<T>
- java.lang.Object
-
- net.officefloor.frame.test.ParameterCapture<T>
-
public class ParameterCapture<T> extends java.lang.Object
Captures a parameter value.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ParameterCapture()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
capture()
Captures the value.T
getValue()
Obtains the value.
-