Package com.exedio.cope
Interface RevisionsFuture
-
- All Known Implementing Classes:
DirectRevisionsFuture
- 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 interface RevisionsFuture
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Revisions
get(EnvironmentInfo environment)
Deprecated.UseRevisions.Factory
instead.
-
-
-
Method Detail
-
get
@Deprecated Revisions get(EnvironmentInfo environment)
Deprecated.UseRevisions.Factory
instead.
-
-