Uses of Interface
org.jivesoftware.smack.util.Function
-
Packages that use Function Package Description org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.proxy Support for XMPP connections over Proxies.org.jivesoftware.smack.util Utility classes. -
-
Uses of Function in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet with parameters of type Function Modifier and Type Method Description static <SB extends StanzaBuilder<?>>
SBStanzaBuilder. buildResponse(StanzaView request, Function<SB,String> builderFromStanzaId)
-
Uses of Function in org.jivesoftware.smack.proxy
Methods in org.jivesoftware.smack.proxy that return Function Modifier and Type Method Description static Function<ProxySocketConnection,ProxyInfo>
ProxySocketConnection. forProxyType(ProxyInfo.ProxyType proxyType)
-
Uses of Function in org.jivesoftware.smack.util
Methods in org.jivesoftware.smack.util that return Function Modifier and Type Method Description static <T> Function<T,T>
Function. identity()
Methods in org.jivesoftware.smack.util with parameters of type Function Modifier and Type Method Description <V> ToStringUtil.Builder
ToStringUtil.Builder. add(String name, Collection<? extends V> values, Function<?,V> toStringFunction)
-