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

package com.hypixel.fastutil.chars;

@FunctionalInterface
public interface Char2ByteOperator
{
    byte apply(final char p0, final byte p1);
}
