Package org.jivesoftware.smack.util
Interface Function<R,T>
-
public interface Function<R,T>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description R
apply(T t)
static <T> Function<T,T>
identity()
-