Interface IValueCastRegistry.IMapping<T1 extends IValueType<V1>,T2 extends IValueType<V2>,V1 extends IValue,V2 extends IValue>

Enclosing interface:
IValueCastRegistry

public static interface IValueCastRegistry.IMapping<T1 extends IValueType<V1>,T2 extends IValueType<V2>,V1 extends IValue,V2 extends IValue>
  • Method Summary

    Modifier and Type
    Method
    Description
    cast(V1 value)
     
  • Method Details

    • cast

      V2 cast(V1 value)