org.gcube.data.analysis.tabulardata.model.idioms
Class TransformColumn<T extends Column>

java.lang.Object
  extended by org.gcube.data.analysis.tabulardata.model.idioms.TransformColumn<T>
All Implemented Interfaces:
com.google.common.base.Function<Column,T>

public class TransformColumn<T extends Column>
extends Object
implements com.google.common.base.Function<Column,T>


Constructor Summary
TransformColumn()
           
 
Method Summary
 T apply(Column input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

TransformColumn

public TransformColumn()
Method Detail

apply

public T apply(Column input)
Specified by:
apply in interface com.google.common.base.Function<Column,T extends Column>


Copyright © 2013. All Rights Reserved.