public class IPAsGeolocation extends Object implements Function<String,FreeGeoIPLocation>
| Constructor and Description |
|---|
IPAsGeolocation() |
| Modifier and Type | Method and Description |
|---|---|
FreeGeoIPLocation |
apply(String ip)
Apply the function to the input argument and return the result.
|
public IPAsGeolocation()
public FreeGeoIPLocation apply(String ip)
Functionapply in interface Function<String,FreeGeoIPLocation>ip - the input object