Interface IMethodHandler

All Known Implementing Classes:
FunctorMethodHandler, Predicates.And, Predicates.Or

public interface IMethodHandler
An object able to access a method within a delegate
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Object receiver, IArgs args)
    Execute the implementation associated with this method in the context of the receiver and return the result.