public class AgeOffFromDays extends KoryphePredicate2<Long,Integer>
AgeOffFromDays
is a BiPredicate
that ages off old data based on a provided age off time in days.Modifier and Type | Field and Description |
---|---|
static long |
DAYS_TO_MILLISECONDS |
Constructor and Description |
---|
AgeOffFromDays() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(Long timestamp,
Integer days) |
test
equals, hashCode
public static final long DAYS_TO_MILLISECONDS
Copyright © 2021. All rights reserved.