Interface JTSupplier


public interface JTSupplier
J[ava] T[yped] [Value] Supplier: A Supplier with the potential to dynamically return different representations of the value based on the requested Java class.
  • Method Summary

    Modifier and Type
    Method
    Description
    <V> V
    get(Class<V> expectedType)
     
  • Method Details

    • get

      <V> V get(Class<V> expectedType)