Class StagedBind.TwoStage<T,​R>

    • Constructor Summary

      Constructors 
      Constructor Description
      TwoStage​(java.util.function.Function<T,​R> remapper)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      R remap​(T from, java.lang.Object dependency)  
      • 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

      • TwoStage

        public TwoStage​(java.util.function.Function<T,​R> remapper)
    • Method Detail

      • remap

        public R remap​(T from,
                       java.lang.Object dependency)
        Specified by:
        remap in interface PartialBind.Remapper<T,​java.lang.Object,​R>