All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
TyphoonDefinition(Option) Category Reference

Class Methods

(id) + withOption:matcher:
 Returns definition matching 'option', specified in 'matcherBlock'. More...
 
(id) + withOption:matcher:autoInjectionConfig:
 
(id) + withOption:yes:no:
 if boolean 'option' value is YES, then return yesInjection, otherwise return noInjection More...
 

Method Documentation

+ (id) withOption: (id)  option
matcher: (TyphoonMatcherBlock matcherBlock 

Returns definition matching 'option', specified in 'matcherBlock'.

Extends class TyphoonDefinition.

+ (id) withOption: (id)  option
matcher: (TyphoonMatcherBlock matcherBlock
autoInjectionConfig: (void(^)(id< TyphoonAutoInjectionConfig > config))  configBlock 

Extends class TyphoonDefinition.

+ (id) withOption: (id)  option
yes: (id)  yesInjection
no: (id)  noInjection 

if boolean 'option' value is YES, then return yesInjection, otherwise return noInjection

Extends class TyphoonDefinition.