public interface Mixable<SelfType>
<MixinType>MixinType
as(Class<MixinType> clazz)
boolean
is(Class<?> mixinClass)
<MixinType>SelfType
with(Class clazz, MixinType mixinInstance)
with(MixinType mixinInstance)
<MixinType> SelfType with(MixinType mixinInstance)
<MixinType> SelfType with(Class clazz, MixinType mixinInstance)
<MixinType> MixinType as(Class<MixinType> clazz)
boolean is(Class<?> mixinClass)
Copyright © 2014. All rights reserved.