TSLab API Docs  1
TSLab.Script.Handlers.IBoolAccum Interface Reference

Boolean accumulator More...

Inheritance diagram for TSLab.Script.Handlers.IBoolAccum:
TSLab.Script.Handlers.ITwoSourcesHandler TSLab.Script.Handlers.IBooleanReturns TSLab.Script.Handlers.IStreamHandler TSLab.Script.Handlers.IValuesHandler TSLab.Script.Handlers.IBooleanInputs TSLab.Script.Handlers.IContextUses TSLab.Script.Handlers.IHandler TSLab.Script.Handlers.IHandler

Public Member Functions

IList< bool > Execute (IList< bool > source1, IList< bool > source2)
 Mix two boolean lists list 1 list 2 mixed list
 
bool Execute (bool source1, bool source2)
 Mix two boolean values value 1 value 2 mixed value
 

Additional Inherited Members

- Properties inherited from TSLab.Script.Handlers.IContextUses
IContext Context [set]
 Get the current cache context
 

Detailed Description

Boolean accumulator