Package com.spun.util

Class SingleWrapper<T>

java.lang.Object
com.spun.util.SingleWrapper<T>
All Implemented Interfaces:
Wrapper<T>

public class SingleWrapper<T> extends Object implements Wrapper<T>
  • Constructor Details

    • SingleWrapper

      public SingleWrapper(T instance)
  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Wrapper<T>