| Package | Description |
|---|---|
| net.shibboleth.utilities.java.support.logic |
Classes that represent basic first order logic concepts.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1,T2> StrategyIndirectedPredicate<T1,T2> |
StrategyIndirectedPredicate.forCollection(com.google.common.base.Function<T1,T2> objectStrategy,
Collection<T2> collection)
Factory method for collection-based constructor.
|
static <T1,T2> StrategyIndirectedPredicate<T1,T2> |
StrategyIndirectedPredicate.forPredicate(com.google.common.base.Function<T1,T2> objectStrategy,
com.google.common.base.Predicate<T2> pred)
Factory method for predicate-based constructor.
|
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.