Interface ParameterConduit

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isBound()
      Determines if the parameter is actually bound.
      void reset()
      Resets the conduit, clearing any temporarily cached data (from a non-invariant Binding).
    • Method Detail

      • isBound

        boolean isBound()
        Determines if the parameter is actually bound.
        Returns:
        true if bound
      • reset

        void reset()
        Resets the conduit, clearing any temporarily cached data (from a non-invariant Binding).