// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.core.asset.monitor;

import java.util.Map;
import java.util.function.Consumer;
import java.nio.file.Path;
import java.util.function.BiPredicate;

public interface AssetMonitorHandler extends BiPredicate<Path, EventKind>, Consumer<Map<Path, EventKind>>
{
    Object getKey();
}
