kit-organizer edge

Callable module
Kit::Organizer::Services::Callable
View Source

This module makes Organizer extensible. You can add your own behaviours to resolve callables.


Link to this section Summary ⚠️ Private APIs are currently hidden.

Used instance mixins: Contract::Mixin

Link to this section Class methods 2

Transform each target to a callable. This is delegated to submodules registered in the local store.

Parameters:

  • target

    A callable or some data that can be transformed to a callable

Returns:

  • A callable

Local store to add custom behaviours.


Link to this section Constants 1

Ct::Or[Ct::Tupple[Ct::Eq[:ok], Ct::Hash[callable: Ct::Callable]], Ct::ErrorResultTupple]