Class BooleanFunctionDelegate<T>

java.lang.Object
org.eclipse.xtext.xbase.lib.internal.BooleanFunctionDelegate<T>
Type Parameters:
T - the type of the objects that can be used by this predicate.
All Implemented Interfaces:
com.google.common.base.Predicate<T>, Predicate<T>

@GwtCompatible public class BooleanFunctionDelegate<T> extends Object implements com.google.common.base.Predicate<T>
Internal wrapper to look like a google.collect predicate
  • Constructor Details

  • Method Details

    • apply

      public boolean apply(T input)
      Specified by:
      apply in interface com.google.common.base.Predicate<T>