Package org.powbot.api.rt4.stream.ops

Types

ActionableOps
Link copied to clipboard
interface ActionableOps<T : Actionable, S : SimpleStream<T, S>> : WrappedStream<T, S>
IdentifiableOps
Link copied to clipboard
interface IdentifiableOps<T : Identifiable, S : SimpleStream<T, S>> : WrappedStream<T, S>
LocatableOps
Link copied to clipboard
interface LocatableOps<T : Locatable, S : SimpleStream<T, S>> : WrappedStream<T, S>
NameableOps
Link copied to clipboard
interface NameableOps<T : Nameable, S : SimpleStream<T, S>> : WrappedStream<T, S>
TextOps
Link copied to clipboard
interface TextOps<T : Textable, S : SimpleStream<T, S>> : WrappedStream<T, S>
ViewableOps
Link copied to clipboard
interface ViewableOps<T : Viewable, S : SimpleStream<T, S>> : WrappedStream<T, S>