Class LambdaFieldReader

  • All Implemented Interfaces:
    Serializable, org.drools.model.functions.Function1

    public class LambdaFieldReader
    extends Object
    implements org.drools.model.functions.Function1
    See Also:
    Serialized Form
    • Constructor Detail

      • LambdaFieldReader

        public LambdaFieldReader​(Class<?> clazz,
                                 String field)
    • Method Detail

      • apply

        public Object apply​(Object o)
        Specified by:
        apply in interface org.drools.model.functions.Function1