Class LambdaFieldReader

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

    public class LambdaFieldReader
    extends java.lang.Object
    implements org.drools.model.functions.Function1
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.drools.model.functions.Function1

        org.drools.model.functions.Function1.Impl<T extends java.lang.Object,​R extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      LambdaFieldReader​(java.lang.Class<?> clazz, java.lang.String field)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object apply​(java.lang.Object o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.drools.model.functions.Function1

        andThen
    • Constructor Detail

      • LambdaFieldReader

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

      • apply

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