Class AbstractSocialInjectedValue<T,Self extends AbstractSocialInjectedValue<T,Self>>

java.lang.Object
ovh.mythmc.social.api.text.injection.value.AbstractSocialInjectedValue<T,Self>
Type Parameters:
T - the wrapped value type
Self - the concrete subtype
All Implemented Interfaces:
SocialInjectedValue<T,Self>
Direct Known Subclasses:
AbstractSocialInjectedValue.Identified, SocialInjectedConditionalValue, SocialInjectedLiteral

public abstract class AbstractSocialInjectedValue<T,Self extends AbstractSocialInjectedValue<T,Self>> extends Object implements SocialInjectedValue<T,Self>
Base implementation of SocialInjectedValue.