Class TableApplyQuery

All Implemented Interfaces:
RemoteQuery<Object>, Serializable

public class TableApplyQuery
extends ContextAwareRemoteQuery<Object>
We use a query instead of a function so that it can be context aware for deflation, logs, or other niceties.
See Also:
Serialized Form
  • Constructor Details

    • TableApplyQuery

      public TableApplyQuery​(int handleId, com.fishlib.base.Function.Unary<?,​Table> function)
  • Method Details