Class TrueLiteralExpression<T>

    • Constructor Detail

      • TrueLiteralExpression

        public TrueLiteralExpression()
        Constructor stores value
    • Method Detail

      • test

        public boolean test​(T value)
        Returns TRUE
        Specified by:
        test in interface Predicate<T>
        Parameters:
        value - Object to handle (is ignored)
        Returns:
        True