CombineLatestClosures

public class CombineLatestClosures

a class which can be filled with some closures of type () -> Void, it calls an other completion-closure when all closures are called at least once and combineLatest was already called from the outside.