Liferay 7.0-ce-b4

com.liferay.portal.kernel.util
Interface Function<T,R>

All Known Implementing Classes:
IdentityServiceContextFunction, ServiceContextFunction

public interface Function<T,R>


Method Summary
 R apply(T t)
           
 

Method Detail

apply

R apply(T t)

Liferay 7.0-ce-b4