All Superinterfaces:
BiFunction<String,Set<T>,Set<T>>
All Known Implementing Classes:
DelayedDispatchingStrategy, ImmediateDispatchingStrategy

public interface DispatchingStrategy<T> extends BiFunction<String,Set<T>,Set<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    default Set<T>
    apply(String organisationId, Set<T> entries)
     

    Methods inherited from interface java.util.function.BiFunction

    andThen