Package io.github.factoryfx.factory
Class BranchSelector.Branch<R extends FactoryBase<?,R>,L,B extends FactoryBase<L,R>>
- java.lang.Object
-
- io.github.factoryfx.factory.BranchSelector.Branch<R,L,B>
-
- Enclosing class:
- BranchSelector<R extends FactoryBase<?,R>>
public static class BranchSelector.Branch<R extends FactoryBase<?,R>,L,B extends FactoryBase<L,R>> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bfactory()Linstance()BranchSelector.Branch<R,L,B>mock(java.util.function.Function<B,L> mockCreator)BranchSelector.Branch<R,L,B>mock(L mock)BranchSelector.Branch<R,L,B>start()BranchSelector.Branch<R,L,B>stop()
-