public abstract class Predicates extends Object
Provides predicates used in filter operations.
Modifier and Type | Method and Description |
---|---|
static <T> com.google.common.base.Predicate<Optional<T>> |
isPresent()
Returns a predicate that matches all
Optional s that have a reference to a value, i.e. they have a value present. |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.