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

package com.hypixel.fastutil.chars;

@FunctionalInterface
public interface Char2ObjectOperator<V>
{
    V apply(final char p0, final V p1);
}
