Uses of Class
io.jawk.jrt.BlockObject
Packages that use BlockObject
-
Uses of BlockObject in io.jawk.ext
Methods in io.jawk.ext that return BlockObjectModifier and TypeMethodDescriptionStdinExtension.stdinBlockFunction(Object... args) Returns a block object that waits for stdin readiness and optionally chains to another block. -
Uses of BlockObject in io.jawk.jrt
Methods in io.jawk.jrt that return types with arguments of type BlockObjectModifier and TypeMethodDescriptionBlockObject.getBlockObjects()Obtain all chained BlockObjects as a List, including this one.Methods in io.jawk.jrt with parameters of type BlockObjectModifier and TypeMethodDescriptionBlockManager.block(BlockObject bo) Executes all block segments simultaneously, waiting for one block release.voidBlockObject.setNextBlockObject(BlockObject bo) Chain this BlockObject to another BlockObject.