Uses of Interface
io.github.mmm.value.observable.string.StringExpression
-
Packages that use StringExpression Package Description io.github.mmm.property.string Contains property infrastructure forString.io.github.mmm.value.observable Provides the API for observable values.io.github.mmm.value.observable.string TODO -
-
Uses of StringExpression in io.github.mmm.property.string
Subinterfaces of StringExpression in io.github.mmm.property.string Modifier and Type Interface Description interfaceReadableStringPropertyinterfaceWritableStringPropertyClasses in io.github.mmm.property.string that implement StringExpression Modifier and Type Class Description classStringListPropertyThis is an extension ofStringPropertythat stores a list ofStringvalues that are enclosed with pipe-symbols.classStringPropertyImplementation ofWritableStringProperty. -
Uses of StringExpression in io.github.mmm.value.observable
Methods in io.github.mmm.value.observable that return StringExpression Modifier and Type Method Description default StringExpressionExpression. asString() -
Uses of StringExpression in io.github.mmm.value.observable.string
Classes in io.github.mmm.value.observable.string that implement StringExpression Modifier and Type Class Description classStringBindingMethods in io.github.mmm.value.observable.string that return StringExpression Modifier and Type Method Description default StringExpressionStringExpression. concat(Object other)
-