Package xyz.ronella.trivial.decorator


package xyz.ronella.trivial.decorator
  • Classes
    Class
    Description
    A class that decorates an implementation of Lock to become AutoCloseable.
    ListAdder<TYPE_ELEMENT>
    A class the wraps a List to have add methods with condition.
    Mutable<TYPE_OBJECT>
    A convenience class that accepts an immutable object and making it possible to be replaced within itself.
    A class that wraps an Optional instance of type String.
    A decorator for StringBuilder that gives you a chance to add pre-append and post-append logic.