Class ParameterCapture<T>


  • public class ParameterCapture<T>
    extends java.lang.Object
    Captures a parameter value.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T capture()
      Captures the value.
      T getValue()
      Obtains the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParameterCapture

        public ParameterCapture()
    • Method Detail

      • capture

        public T capture()
        Captures the value.
        Returns:
        Parameter input to capture the value.
      • getValue

        public T getValue()
        Obtains the value.
        Returns:
        Value.