Class SideEffectHelper
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.util.SideEffectHelper
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvalidateSideEffectKeyValue(String key, Object value) Deprecated.static voidvalidateSideEffectValue(Object value) Deprecated.As of release 3.5.3, not replaced as there is really no general validation anymore for values sincenullis now accepted.
-
Method Details
-
validateSideEffectKey
- Throws:
IllegalArgumentException
-
validateSideEffectValue
@Deprecated public static void validateSideEffectValue(Object value) throws IllegalArgumentException Deprecated.As of release 3.5.3, not replaced as there is really no general validation anymore for values sincenullis now accepted.- Throws:
IllegalArgumentException
-
validateSideEffectKeyValue
@Deprecated public static void validateSideEffectKeyValue(String key, Object value) throws IllegalArgumentException Deprecated.As of release 3.5.3, not replaced as there is really no general validation anymore for values sincenullis now accepted.- Throws:
IllegalArgumentException
-
nullis now accepted.