Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
maxTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Durationgogol-storage-transfer Gogol.StorageTransfer Ensures that objects are not transferred if a specific maximum time has elapsed since the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperationand the "last modification time" of the object is less than the value of maxtimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.
minTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Durationgogol-storage-transfer Gogol.StorageTransfer Ensures that objects are not transferred until a specific minimum time has elapsed after the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperation and the "last modification time" of the object is equal to or greater than the value of mintimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.
maxTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Durationgogol-storage-transfer Gogol.StorageTransfer.Types Ensures that objects are not transferred if a specific maximum time has elapsed since the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperationand the "last modification time" of the object is less than the value of maxtimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.
minTimeElapsedSinceLastModification :: ObjectConditions -> Maybe Durationgogol-storage-transfer Gogol.StorageTransfer.Types Ensures that objects are not transferred until a specific minimum time has elapsed after the "last modification time". When a TransferOperation begins, objects with a "last modification time" are transferred only if the elapsed time between the starttime of the TransferOperation and the "last modification time" of the object is equal to or greater than the value of mintimeelapsedsincelastmodification`. Objects that do not have a "last modification time" are also transferred.
boundStreamLastUpdateTimeMs :: LiveBroadcastContentDetails -> Maybe DateTimegogol-youtube Gogol.YouTube The date and time that the live stream referenced by boundStreamId was last updated.
boundStreamLastUpdateTimeMs :: LiveBroadcastContentDetails -> Maybe DateTimegogol-youtube Gogol.YouTube.Types The date and time that the live stream referenced by boundStreamId was last updated.
-
hybrid-vectors Data.Vector.Hybrid O(1) Last element without checking if the vector is empty
-
hybrid-vectors Data.Vector.Hybrid O(1) Last element in a monad without checking for empty vectors. See indexM for an explanation of why this is useful.
getLastModified :: (MonadDOM m, IsDocument self, FromJSString result) => self -> m resultjsaddle-dom JSDOM.Generated.Document getLastModified :: MonadDOM m => File -> m Int64jsaddle-dom JSDOM.Generated.File