Interface Wrapper<W>

All Known Implementing Classes:
Wrapper.Abstract

public interface Wrapper<W>
Generic interface for the wrapper (decorator) pattern.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  Wrapper.Abstract<W>  
  • Method Summary

    Modifier and Type Method Description
    W wrapped()