Interface IWrapper<T>

Type Parameters:
T - the wrapped object type

public interface IWrapper<T>
A wrapper marker.
Author:
ralph
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the wrapped object.
  • Method Details

    • getWrapped

      T getWrapped()
      Returns the wrapped object.
      Returns:
      the wrapped object