Uses of Enum Class
io.github.apfelcreme.Pipes.Pipe.PipeOutput.Options.Overflow
Packages that use PipeOutput.Options.Overflow
-
Uses of PipeOutput.Options.Overflow in io.github.apfelcreme.Pipes.Pipe
Fields in io.github.apfelcreme.Pipes.Pipe with type parameters of type PipeOutput.Options.OverflowModifier and TypeFieldDescriptionstatic final AbstractPipePart.Option<PipeOutput.Options.Overflow>
PipeOutput.Options.OVERFLOW
Whether or not this output can overflow into other available outputsMethods in io.github.apfelcreme.Pipes.Pipe that return PipeOutput.Options.OverflowModifier and TypeMethodDescriptionstatic PipeOutput.Options.Overflow
Returns the enum constant of this class with the specified name.static PipeOutput.Options.Overflow[]
PipeOutput.Options.Overflow.values()
Returns an array containing the constants of this enum class, in the order they are declared.