Class TablesawCache

java.lang.Object
com.lumiomedical.etl.transformer.tablesaw.TablesawCache
All Implemented Interfaces:
com.lumiomedical.flow.actor.transformer.Transformer<InputStream,​tech.tablesaw.api.Table>

public class TablesawCache
extends Object
implements com.lumiomedical.flow.actor.transformer.Transformer<InputStream,​tech.tablesaw.api.Table>
Author:
Pierre Lecerf ([email protected]) Created on 2020/02/27
  • Constructor Details

    • TablesawCache

      public TablesawCache​(com.lumiomedical.flow.actor.transformer.Transformer<InputStream,​tech.tablesaw.api.Table> transformer)
      Parameters:
      transformer -
    • TablesawCache

      public TablesawCache​(com.lumiomedical.flow.actor.transformer.Transformer<InputStream,​tech.tablesaw.api.Table> transformer, boolean copy)
      Parameters:
      transformer -
      copy -
  • Method Details

    • transform

      public tech.tablesaw.api.Table transform​(InputStream input) throws com.lumiomedical.flow.actor.transformer.TransformationException
      Specified by:
      transform in interface com.lumiomedical.flow.actor.transformer.Transformer<InputStream,​tech.tablesaw.api.Table>
      Throws:
      com.lumiomedical.flow.actor.transformer.TransformationException