Top Description Methods
io.netty.util

public Interface Mapping<IN, OUT>

Known Direct Implementers
io.netty.util.DomainNameMapping, io.netty.util.DomainWildcardMappingBuilder.ImmutableDomainWildcardMapping

Maintains the mapping from the objects of one type to the objects of the other type.

Method Summary

Modifier and TypeMethod and Description
public OUT
map(IN input)

Returns mapped value of the specified input.

Method Detail

mapback to summary
public OUT map(IN input)

Returns mapped value of the specified input.