| Interface and Description |
|---|
| com.helger.commons.function.IBreakableConsumer |
| com.helger.commons.callback.INonThrowingCallable
Use
Supplier instead |
| com.helger.commons.callback.INonThrowingCallableWithParameter
Use
Function |
| com.helger.commons.callback.INonThrowingRunnable
Use
Runnable directly |
| com.helger.commons.callback.INonThrowingRunnableWithParameter
Use
Consumer instead. |
| com.helger.commons.callback.IThrowingCallable
Use
IThrowingSupplier
instead. |
| com.helger.commons.callback.IThrowingCallableWithParameter |
| com.helger.commons.callback.IThrowingRunnableWithParameter
Use
IThrowingConsumer instead |
| Constructor and Description |
|---|
| com.helger.commons.scope.singletons.ScopedFileMonitorManager() |
| com.helger.commons.scope.mgr.ScopeSessionManager() |
Copyright © 2014–2016 Philip Helger. All rights reserved.