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

package com.hypixel.fastutil.ints;

@FunctionalInterface
public interface Int2CharOperator
{
    char apply(final int p0, final char p1);
}
