Package org.evrete.api
Interface Copyable<T>
-
- Type Parameters:
T- type parameter
- All Known Subinterfaces:
Type<T>,TypeResolver
- All Known Implementing Classes:
Configuration,Imports,TypeResolverWrapper,TypeWrapper
public interface Copyable<T>A generic alternative to Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcopyOf()
-
-
-
Method Detail
-
copyOf
T copyOf()
-
-