Package org.refcodes.mixin
Interface ChannelAccessor.ChannelBuilder<B extends ChannelAccessor.ChannelBuilder<B>>
-
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- ChannelAccessor
public static interface ChannelAccessor.ChannelBuilder<B extends ChannelAccessor.ChannelBuilder<B>>Provides a builder method for a channel property returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithChannel(java.lang.String aChannel)Sets the channel for the channel property.
-
-
-
Method Detail
-
withChannel
B withChannel(java.lang.String aChannel)
Sets the channel for the channel property.- Parameters:
aChannel- The channel to be stored by the channel property.- Returns:
- The builder for applying multiple build operations.
-
-