Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなフィールドがある場合:
object testDates extends MongoListField[Test, DateTime](this)
このリストの最大日付が今以降の場合、どのように問い合わせることができますか?
Test.where(_.testDates after now)
やるべき