org.glassfish.jersey.internal.util.collection
Interface UnsafeValue<T,E extends Throwable>

Type Parameters:
T - value type.
E - exception type.

public interface UnsafeValue<T,E extends Throwable>

A generic value provider, similar to Value, but able to throw an exception.

Author:
Marek Potociar (marek.potociar at oracle.com)

Method Summary
 T get()
           
 

Method Detail

get

T get()
      throws E extends Throwable
Throws:
E extends Throwable


Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.