Interface CopperToService.ICallback

  • All Superinterfaces:
    Serializable
    Enclosing class:
    CopperToService

    public static interface CopperToService.ICallback
    extends Serializable
    This is the signature of the lambda function used on the map method
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Object apply​(com.quartetfs.biz.pivot.IActivePivot activePivot, com.qfs.store.IDatastoreVersion datastore, com.quartetfs.biz.pivot.query.IQueryCache cache, com.qfs.chunk.IArrayReader underlying)  
    • Method Detail

      • apply

        Object apply​(com.quartetfs.biz.pivot.IActivePivot activePivot,
                     com.qfs.store.IDatastoreVersion datastore,
                     com.quartetfs.biz.pivot.query.IQueryCache cache,
                     com.qfs.chunk.IArrayReader underlying)