com.google.wave.api
Interface Function.MapFunction
- All Superinterfaces:
- Function<BlipContent,java.util.Map<java.lang.String,java.lang.String>>
- Enclosing interface:
- Function<K,V>
public static interface Function.MapFunction
- extends Function<BlipContent,java.util.Map<java.lang.String,java.lang.String>>
A Function that computes a Map from a BlipContent.
Note: The sole purpose of this interface is to eliminate compiler warning
about generic array of Function creation, since the insert,
insertAfter, replace, and updateElements method
inside BlipContentRefs take a varargs of functions.
| Methods inherited from interface com.google.wave.api.Function |
call |