Interface IFieldHandler

All Known Implementing Classes:
FunctorFieldHandler

public interface IFieldHandler
An object able to access a field within a delegate
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(Object receiver)
    Make a reflective read access to the field represented by this within the receiver.
    setValue(Object receiver, Object value)
    Make a reflective write access to the field represented by this within receiver.