Class TrueFunction

java.lang.Object
org.jaxen.function.TrueFunction
All Implemented Interfaces:
Function

public class TrueFunction extends Object implements Function

4.3 boolean true()

Returns true.

Author:
bob mcwhirter (bob @ werken.com)
See Also:
  • Constructor Details

    • TrueFunction

      public TrueFunction()
      Create a new TrueFunction object.
  • Method Details