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

package io.netty.util;

public interface Mapping<IN, OUT>
{
    OUT map(final IN p0);
}
