Class PropertyVisitorStringBase.BiConsumerStringImpl

java.lang.Object
io.deephaven.properties.PropertyVisitorStringBase
io.deephaven.properties.PropertyVisitorStringBase.BiConsumerStringImpl
All Implemented Interfaces:
PropertyVisitor
Enclosing class:
PropertyVisitorStringBase

public static class PropertyVisitorStringBase.BiConsumerStringImpl extends PropertyVisitorStringBase
  • Constructor Details

  • Method Details

    • visit

      public void visit(String key, String value)
      Description copied from interface: PropertyVisitor
      Performs this operation on the given key and String value.
      Parameters:
      key - the key
      value - the value