package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val iter : t -> id: (([< `Read | `Set_and_create ], t, Sihl_database.Id.t) Fieldslib.Field.t_with_perm -> t -> Sihl_database.Id.t -> 'a) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> input: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> 'c) -> tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'd) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'e) -> max_tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'f) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'g) -> 'h
val fold : t -> init:'a -> id: ('b -> ([< `Read | `Set_and_create ], t, Sihl_database.Id.t) Fieldslib.Field.t_with_perm -> t -> Sihl_database.Id.t -> 'c) -> name: ('d -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'e) -> input: ('f -> ([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> 'g) -> tries: ('h -> ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'i) -> next_run_at: ('j -> ([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'k) -> max_tries: ('l -> ([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'm) -> status: ('n -> ([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'o) -> 'p
val for_all : t -> id: (([< `Read | `Set_and_create ], t, Sihl_database.Id.t) Fieldslib.Field.t_with_perm -> t -> Sihl_database.Id.t -> bool) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> input: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> bool) -> tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> bool) -> max_tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> bool) -> bool
val exists : t -> id: (([< `Read | `Set_and_create ], t, Sihl_database.Id.t) Fieldslib.Field.t_with_perm -> t -> Sihl_database.Id.t -> bool) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> input: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> bool) -> tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> bool) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> bool) -> max_tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> bool) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> bool) -> bool
val to_list : t -> id: (([< `Read | `Set_and_create ], t, Sihl_database.Id.t) Fieldslib.Field.t_with_perm -> t -> Sihl_database.Id.t -> 'a) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> input: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> 'c) -> tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'd) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> 'e) -> max_tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> 'f) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> 'g) -> 'h list
val map : t -> id: (([< `Read | `Set_and_create ], t, Sihl_database.Id.t) Fieldslib.Field.t_with_perm -> t -> Sihl_database.Id.t -> Sihl_database.Id.t) -> name: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> input: (([< `Read | `Set_and_create ], t, string option) Fieldslib.Field.t_with_perm -> t -> string option -> string option) -> tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> int) -> next_run_at: (([< `Read | `Set_and_create ], t, Ptime.t) Fieldslib.Field.t_with_perm -> t -> Ptime.t -> Ptime.t) -> max_tries: (([< `Read | `Set_and_create ], t, int) Fieldslib.Field.t_with_perm -> t -> int -> int) -> status: (([< `Read | `Set_and_create ], t, Status.t) Fieldslib.Field.t_with_perm -> t -> Status.t -> Status.t) -> t
val set_all_mutable_fields : 'a -> unit