Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public interface Function<T, R>

Known subtypesUnaryOperator

Methods

public abstract R apply(T t)

Method details

apply

public abstract R apply(T t)