public class GuavaPredicateAdapter<KType> extends java.lang.Object implements ObjectPredicate<KType>
Predicate
and HPPC's ObjectPredicate
.Constructor and Description |
---|
GuavaPredicateAdapter(com.google.common.base.Predicate<? super KType> predicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(KType value) |
public GuavaPredicateAdapter(com.google.common.base.Predicate<? super KType> predicate)
public boolean apply(KType value)
apply
in interface ObjectPredicate<KType>
Copyright © 2016 Carrot Search s.c.. All rights reserved.