public final class TimeUntilFunction extends Object implements BiFunction<LocalDateTime,LocalDateTime,Boolean>
BiFunction which returns true if a given LocalDateTime is prior or equal to a reference date| Constructor and Description |
|---|
TimeUntilFunction() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
apply(LocalDateTime criteria,
LocalDateTime value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic Boolean apply(LocalDateTime criteria, LocalDateTime value)
apply in interface BiFunction<LocalDateTime,LocalDateTime,Boolean>criteria - the reference valuevalue - the value to be testedtrue if value is prior or equal to criteriaCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.