Uses of Interface
com.helger.commons.wrapper.IWrapper
-
Packages that use IWrapper Package Description com.helger.commons.state com.helger.commons.wrapper -
-
Uses of IWrapper in com.helger.commons.state
Classes in com.helger.commons.state that implement IWrapper Modifier and Type Class Description classChangeWithValue<DATATYPE>Wraps a change indicator and an arbitrary value.classSuccessWithValue<DATATYPE>Wraps a success indicator and an arbitrary value. -
Uses of IWrapper in com.helger.commons.wrapper
Subinterfaces of IWrapper in com.helger.commons.wrapper Modifier and Type Interface Description interfaceIMutableWrapper<DATATYPE>Base interface for mutable wrapping an object within another object.Classes in com.helger.commons.wrapper that implement IWrapper Modifier and Type Class Description classWrapper<DATATYPE>This is a stupid wrapper around any object.Constructors in com.helger.commons.wrapper with parameters of type IWrapper Constructor Description Wrapper(IWrapper<DATATYPE> aRhs)Copy constructor.
-