Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ifMetagenerationMatch :: StorageObjectsRewrite -> Maybe Int64gogol-storage Gogol.Storage.Objects.Rewrite Makes the operation conditional on whether the destination object's current metageneration matches the given value.
ifMetagenerationNotMatch :: StorageObjectsRewrite -> Maybe Int64gogol-storage Gogol.Storage.Objects.Rewrite Makes the operation conditional on whether the destination object's current metageneration does not match the given value.
ifMetagenerationMatch :: StorageObjectsUpdate -> Maybe Int64gogol-storage Gogol.Storage.Objects.Update Makes the operation conditional on whether the object's current metageneration matches the given value.
ifMetagenerationNotMatch :: StorageObjectsUpdate -> Maybe Int64gogol-storage Gogol.Storage.Objects.Update Makes the operation conditional on whether the object's current metageneration does not match the given value.
ifModified :: (Functor f, HasField s "ifModified" a) => LensLike' f s ariak-protobuf Data.Riak.Proto No documentation available.
ifMax :: (LayoutClass l1 w, LayoutClass l2 w) => Int -> l1 w -> l2 w -> IfMax l1 l2 wxmonad-contrib XMonad.Layout.IfMax Layout itself
-
Provides IfMax layout, which will run one layout if there are maximum N windows on workspace, and another layout, when number of windows is greater than N.
data
IfMax (l1 :: Type -> Type) (l2 :: Type -> Type) wxmonad-contrib XMonad.Layout.IfMax No documentation available.
IfMax :: Int -> l1 w -> l2 w -> IfMax (l1 :: Type -> Type) (l2 :: Type -> Type) wxmonad-contrib XMonad.Layout.IfMax No documentation available.
throwErrnoIfMinus1 :: (Eq a, Num a) => String -> IO a -> IO abase Foreign.C.Error Throw an IOError corresponding to the current value of getErrno if the IO action returns a result of -1.