Package net.shibboleth.shared.logic
Interface NonnullFunction<T,U>
- Type Parameters:
T- input typeU- output type
- All Superinterfaces:
Function<T,U>
- All Known Implementing Classes:
ApplicationContextServiceStrategy,ClassBasedServiceStrategy
Implementation of
Function that carries the nonnull annotation
on the apply(Object) method's return value.-
Method Summary