T
- Concrete type that represents the thing that can be adapted.public interface EnvironmentSpecific<T extends EnvironmentSpecific<T>>
NodeSpecific
Modifier and Type | Method and Description |
---|---|
T |
forEnvironment(EnvVars environment)
Returns a specialized copy of T for functioning in the given environment.
|
Copyright © 2014. All rights reserved.