Class Expression.Star<E>

  • Type Parameters:
    E -
    All Implemented Interfaces:
    com.google.common.base.Predicate<E>, Expression<E>, java.util.function.Predicate<E>
    Enclosing interface:
    Expression<E>

    public static class Expression.Star<E>
    extends java.lang.Object
    implements Expression<E>
    Kleene-star: zero or more of the enclosed expression. <foo>*
    • Method Detail

      • apply

        public boolean apply​(E entity)
        Specified by:
        apply in interface com.google.common.base.Predicate<E>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object