Class FinishedBind.IntoCollection<R,​C extends java.util.Collection<R>>

    • Constructor Summary

      Constructors 
      Constructor Description
      IntoCollection​(java.util.function.Supplier<C> collectionSupplier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      C finish​(org.comroid.mutatio.span.Span<R> parts)  
      boolean isListing()  
      • 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

      • IntoCollection

        public IntoCollection​(java.util.function.Supplier<C> collectionSupplier)