Interface CrowdUserCache.BulkLoader
-
- All Superinterfaces:
BiFunction<Long,Collection<String>,Collection<? extends com.atlassian.crowd.model.user.TimestampedUser>>
- Enclosing class:
- CrowdUserCache
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface CrowdUserCache.BulkLoader extends BiFunction<Long,Collection<String>,Collection<? extends com.atlassian.crowd.model.user.TimestampedUser>>
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-