Skip to main content

Consumers

  • Chapter
  • First Online:
Functional Interfaces in Java
  • 1719 Accesses

Abstract

Consumer is a functional interface that is used to process data. A Consumer object is specified with type parameter T. Its functional method, called accept, takes an argument of type T and has return type void. Long chains of consumers can be composed to perform an operation that does not require a result to be returned. As with other functional interfaces, the composed consumer of the first two operations becomes the first operand of the second composed consumer, and so on.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 54.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 69.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2019 Ralph Lecessi

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Lecessi, R. (2019). Consumers. In: Functional Interfaces in Java. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-4278-0_6

Download citation

Publish with us

Policies and ethics