org.gcube.data.analysis.tabulardata.model.idioms
Class ColumnIsOfType

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

public class ColumnIsOfType
extends Object
implements com.google.common.base.Predicate<Column>


Constructor Summary
ColumnIsOfType(ColumnType columnType)
           
 
Method Summary
 boolean 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.Predicate
equals
 

Constructor Detail

ColumnIsOfType

public ColumnIsOfType(ColumnType columnType)
Method Detail

apply

public boolean apply(Column input)
Specified by:
apply in interface com.google.common.base.Predicate<Column>


Copyright © 2013. All Rights Reserved.