Class Bindings


  • public final class Bindings
    extends java.lang.Object

    Utilities for working with Binding

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Binding of​(java.lang.String theVar, Value theValue)
      Create a new Binding
      • Methods inherited from class java.lang.Object

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

      • of

        @Nonnull
        public static Binding of​(@Nonnull
                                 java.lang.String theVar,
                                 @Nonnull
                                 Value theValue)
        Create a new Binding
        Parameters:
        theVar - the variable
        theValue - the value
        Returns:
        the new `Binding`