Package com.exedio.cope
Interface Revisions.Factory
-
- All Known Implementing Classes:
DirectRevisionsFactory
- Enclosing class:
- Revisions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Revisions.Factory
If you supply an instance ofRevisions.Factory
to aModel
viaModel(Revisions.Factory, Type...)
etc. the model takes care, thatcreate(Context)
is called only while the model is connected and only once for each connect.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Revisions.Factory.Context
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Revisions
create(Revisions.Factory.Context ctx)
-
-
-
Method Detail
-
create
Revisions create(Revisions.Factory.Context ctx)
-
-