Uses of Interface
org.aksw.commons.util.slot.SlottedBuilder
Packages that use SlottedBuilder
-
Uses of SlottedBuilder in org.aksw.commons.util.slot
Subinterfaces of SlottedBuilder in org.aksw.commons.util.slotModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.aksw.commons.util.slot that implement SlottedBuilderFields in org.aksw.commons.util.slot declared as SlottedBuilderModifier and TypeFieldDescriptionprotected SlottedBuilder<W,P> SlottedBuilderDelegateBase.delegateMethods in org.aksw.commons.util.slot that return SlottedBuilderModifier and TypeMethodDescriptionstatic <W,P> SlottedBuilder<W, P> SlottedBuilderImpl.create(Function<Collection<P>, ? extends W> assembler) SlottedBuilderDelegate.getDelegate()SlottedBuilderDelegateBase.getDelegate()Methods in org.aksw.commons.util.slot with parameters of type SlottedBuilderModifier and TypeMethodDescriptionstatic <W,P> ObservableSlottedValue<W, P> ObservableSlottedValueImpl.wrap(SlottedBuilder<W, P> delegate) Constructors in org.aksw.commons.util.slot with parameters of type SlottedBuilderModifierConstructorDescriptionObservableSlottedValueImpl(SlottedBuilder<W, P> delegate) SlottedBuilderDelegateBase(SlottedBuilder<W, P> delegate)