org.msgpack.value
Interface Cursor.Function<Out>

Enclosing interface:
Cursor

public static interface Cursor.Function<Out>


Method Summary
 Out apply(Value input)
           
 

Method Detail

apply

Out apply(Value input)
          throws java.lang.Exception
Throws:
java.lang.Exception