Uses of Interface
com.helger.base.wrapper.IMutableWrapper
Packages that use IMutableWrapper
-
Uses of IMutableWrapper in com.helger.base.url
Methods in com.helger.base.url with parameters of type IMutableWrapperModifier and TypeMethodDescriptionstatic @Nullable InputStreamURLHelper.getInputStream(@NonNull URL aURL, int nConnectTimeoutMS, int nReadTimeoutMS, @Nullable Consumer<? super URLConnection> aConnectionModifier, @Nullable IMutableWrapper<IOException> aExceptionHolder) Get an input stream from the specified URL. -
Uses of IMutableWrapper in com.helger.base.wrapper
Classes in com.helger.base.wrapper that implement IMutableWrapperModifier and TypeClassDescriptionclassWrapper<DATATYPE>This is a stupid wrapper around any object.