Class DefaultPossibleValueProvider<R extends FactoryBase<?,​R>,​T extends FactoryBase<?,​R>>

  • All Implemented Interfaces:
    java.util.function.Function<R,​java.util.Collection<T>>

    public class DefaultPossibleValueProvider<R extends FactoryBase<?,​R>,​T extends FactoryBase<?,​R>>
    extends java.lang.Object
    implements java.util.function.Function<R,​java.util.Collection<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<T> apply​(R root)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • DefaultPossibleValueProvider

        public DefaultPossibleValueProvider​(java.lang.Class<T> clazz)
    • Method Detail

      • apply

        public java.util.Collection<T> apply​(R root)
        Specified by:
        apply in interface java.util.function.Function<R extends FactoryBase<?,​R>,​T extends FactoryBase<?,​R>>