Interface IFuncObj<TypeIn,TypeOut>

All Known Implementing Classes:
AgentMsgHelpers.FindMatching, BoolFuncAggregator, BoolFuncAggregators.BoolFuncAnd, BoolFuncAggregators.BoolFuncNegate, BoolFuncAggregators.BoolFuncOr, BoolFuncAggregators.BoolFuncXor, BoolFuncNegate, BoolFuncTrue, TreeConstraintAgent.SelectMsgMatchingDepth, TreeConstraintAgent.SelectMsgMatchingId, TreeConstraintAgent.SelectMsgMatchingRootId, TreeConstraintAgent.SelectMsgWithParent, TreeConstraintAgent.SelectMsgWithPropParent, TreeConstraintAgent.SelectMsgWithTrueVar

public interface IFuncObj<TypeIn,TypeOut>

Generic interface for function objects

Since:
1.1

Method Summary
 TypeOut doFunc(TypeIn in)
           
 

Method Detail

doFunc

TypeOut doFunc(TypeIn in)