Class Expression.Option<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.Option<E>
    extends java.lang.Object
    implements Expression<E>
    Zero or one of the enclosed expression. <foo>?
    • Constructor Detail

    • 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