Class Predicates.And

    • Constructor Summary

      Constructors 
      Constructor Description
      And​(IMethodHandler[] operators)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object receiver, IArgs args)
      Execute the implementation associated with this method in the context of the receiver and return the result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object receiver,
                                       IArgs args)
                                throws MethodInvocationException
        Description copied from interface: IMethodHandler
        Execute the implementation associated with this method in the context of the receiver and return the result.
        Specified by:
        invoke in interface IMethodHandler
        Parameters:
        receiver - The object implementing the method.
        args - The arguments for the invocation.
        Returns:
        The result of the invocation.
        Throws:
        MethodInvocationException