public class MixableBase<SelfType> extends Object implements Mixable<SelfType>
MixableBase()
<M> M
as(Class<M> clazz)
boolean
is(Class mixinClass)
<M> SelfType
with(Class clazz, M mixinInstance)
<MixinType>SelfType
with(MixinType mixinInstance)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MixableBase()
public <MixinType> SelfType with(MixinType mixinInstance)
with
Mixable<SelfType>
public <M> SelfType with(Class clazz, M mixinInstance)
public <M> M as(Class<M> clazz)
as
public boolean is(Class mixinClass)
is
Copyright © 2015. All rights reserved.