Interface AttributeValueDecorator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AttributeValueDecorator
  • Method Summary

    Modifier and Type
    Method
    Description
    decorate(String attributeValue)
    Decorates the given value
  • Method Details

    • decorate

      String decorate(String attributeValue)
      Decorates the given value
      Parameters:
      attributeValue - to decorate
      Returns:
      decorated value