|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.xtext.xbase.lib.IterableExtensions.BooleanFunctionDelegate<T>
T
- the type of the objects that can be used by this predicate.protected static class IterableExtensions.BooleanFunctionDelegate<T>
Internal wrapper to look like a google.collect predicate
Constructor Summary | |
---|---|
protected |
IterableExtensions.BooleanFunctionDelegate(Functions.Function1<? super T,java.lang.Boolean> delegate)
Creates a new IterableExtensions.BooleanFunctionDelegate that wraps the given delegate function. |
Method Summary | |
---|---|
boolean |
apply(T input)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Predicate |
---|
equals |
Constructor Detail |
---|
protected IterableExtensions.BooleanFunctionDelegate(Functions.Function1<? super T,java.lang.Boolean> delegate)
IterableExtensions.BooleanFunctionDelegate
that wraps the given delegate function. This implementation
will throw a NullPointerException
if the delegate's implementation
returns null
for a given object.
delegate
- the delegate function. May not be null
.Method Detail |
---|
public boolean apply(T input)
apply
in interface com.google.common.base.Predicate<T>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |