package sihl-core

  1. Overview
  2. Docs

Module Fields.DirectSource

Sourceval iter : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'a) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> 'b) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> 'c) -> 'c
Sourceval fold : t -> init:'a -> label: ('a -> ([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'b) -> scheduled_time: ('b -> ([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> 'c) -> fn: ('c -> ([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> 'd) -> 'd
Sourceval for_all : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> bool) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> bool) -> bool
Sourceval exists : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> bool) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> bool) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> bool) -> bool
Sourceval to_list : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> 'a) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> 'a) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> 'a) -> 'a list
Sourceval map : t -> label: (([< `Read | `Set_and_create ], t, string) Fieldslib.Field.t_with_perm -> t -> string -> string) -> scheduled_time: (([< `Read | `Set_and_create ], t, scheduled_time) Fieldslib.Field.t_with_perm -> t -> scheduled_time -> scheduled_time) -> fn: (([< `Read | `Set_and_create ], t, unit -> unit Lwt.t) Fieldslib.Field.t_with_perm -> t -> (unit -> unit Lwt.t) -> unit -> unit Lwt.t) -> t
Sourceval set_all_mutable_fields : 'a -> unit
OCaml

Innovation. Community. Security.