public abstract class TableFunctor extends Object implements Serializable
BulletRecord
and generates a
list of BulletRecord
.
Classes inheriting from this class must implement apply(BulletRecord, BulletRecordProvider)
.Constructor and Description |
---|
TableFunctor() |
Modifier and Type | Method and Description |
---|---|
abstract List<com.yahoo.bullet.record.BulletRecord> |
apply(com.yahoo.bullet.record.BulletRecord record,
com.yahoo.bullet.record.BulletRecordProvider provider)
Applies this table functor to the given
BulletRecord . |
public abstract List<com.yahoo.bullet.record.BulletRecord> apply(com.yahoo.bullet.record.BulletRecord record, com.yahoo.bullet.record.BulletRecordProvider provider)
BulletRecord
.record
- The Bullet record to apply this table functor to.provider
- The provider used in generating new Bullet records.Copyright © 2021. All rights reserved.