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 BiConsumer<T, U>
Methods
public abstract void accept(T t, U u) |
Method details
accept
public abstract void accept(T t, U u)