Class ExtractingBind.ToValueType<E extends java.io.Serializable>

    • Constructor Summary

      Constructors 
      Constructor Description
      ToValueType​(org.comroid.uniform.ValueType<E> valueType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.comroid.mutatio.span.Span<E> extract​(org.comroid.uniform.node.UniNode from)  
      • Methods inherited from class org.comroid.api.UUIDContainer

        getUUID
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.comroid.api.Specifiable

        as, isType
      • Methods inherited from interface org.comroid.spellbind.model.TypeFragment

        as, getUUID, self
    • Constructor Detail

      • ToValueType

        public ToValueType​(org.comroid.uniform.ValueType<E> valueType)
    • Method Detail

      • extract

        public org.comroid.mutatio.span.Span<E> extract​(org.comroid.uniform.node.UniNode from)
        Specified by:
        extract in interface PartialBind.Extractor<E extends java.io.Serializable>