Package tech.tablesaw.filtering
Class DeferredInstantColumn
- java.lang.Object
-
- tech.tablesaw.filtering.DeferredColumn
-
- tech.tablesaw.filtering.DeferredInstantColumn
-
- All Implemented Interfaces:
FilterSpec<Function<Table,Selection>>,InstantFilterSpec<Function<Table,Selection>>
@Beta public class DeferredInstantColumn extends DeferredColumn implements InstantFilterSpec<Function<Table,Selection>>
-
-
Constructor Summary
Constructors Constructor Description DeferredInstantColumn(String columnName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<Table,Selection>isAfter(Instant value)Function<Table,Selection>isBefore(Instant value)Function<Table,Selection>isEqualTo(Instant value)-
Methods inherited from class tech.tablesaw.filtering.DeferredColumn
isMissing, isNotMissing, name
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface tech.tablesaw.filtering.FilterSpec
isMissing, isNotMissing
-
-
-
-
Constructor Detail
-
DeferredInstantColumn
public DeferredInstantColumn(String columnName)
-
-
Method Detail
-
isEqualTo
public Function<Table,Selection> isEqualTo(Instant value)
- Specified by:
isEqualToin interfaceInstantFilterSpec<Function<Table,Selection>>
-
isAfter
public Function<Table,Selection> isAfter(Instant value)
- Specified by:
isAfterin interfaceInstantFilterSpec<Function<Table,Selection>>
-
-