package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val names : string list
val blob : ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm
val file : ([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm
val make_creator : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> 'a -> ('b -> Sihl_storage_core__.Model.File.t) * 'c) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'c -> ('b -> string) * 'd) -> 'a -> ('b -> t) * 'd
val create : file:Sihl_storage_core__.Model.File.t -> blob:string -> t
val map : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> Sihl_storage_core__.Model.File.t) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> string) -> t
val iter : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> unit) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> unit) -> unit
val fold : init:'a -> file: ('a -> ([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> 'b) -> blob: ('b -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'c) -> 'c
val map_poly : ([< `Read | `Set_and_create ], t, 'a) Fieldslib.Field.user -> 'a list
val for_all : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> bool) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> bool
val exists : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> bool) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> bool) -> bool
val to_list : file: (([< `Read | `Set_and_create ], t, Sihl_storage_core__.Model.File.t) Fieldslib.Field.t_with_perm -> 'a) -> blob: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> 'a) -> 'a list
module Direct : sig ... end
OCaml

Innovation. Community. Security.