Uses of Class
com.google.common.base.Functions.IdentityFunction
-
Packages that use Functions.IdentityFunction Package Description com.google.common.base Basic utility libraries and interfaces. -
-
Uses of Functions.IdentityFunction in com.google.common.base
Methods in com.google.common.base that return Functions.IdentityFunction Modifier and Type Method Description static Functions.IdentityFunctionFunctions.IdentityFunction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Functions.IdentityFunction[]Functions.IdentityFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-