Interface Coercible

All Known Implementing Classes:
PythonBoolean, PythonFloat, PythonInteger

public interface Coercible
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    coerce(Class<T> targetType)
     
  • Method Details

    • coerce

      <T> T coerce(Class<T> targetType)