Class AttributeCastFunction<E>

  • All Implemented Interfaces:
    com.google.common.base.Function<java.lang.Object,​E>, java.util.function.Function<java.lang.Object,​E>

    public abstract class AttributeCastFunction<E>
    extends CastFunction<E>
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeCastFunction​(java.lang.Class<? extends E> clazz)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AttributeException createPythonException​(java.lang.String message, java.lang.ClassCastException cause)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • AttributeCastFunction

        public AttributeCastFunction​(java.lang.Class<? extends E> clazz)