- Alle implementierten Schnittstellen:
Consumer<T>
, Supplier<T>
- Seit:
- 3.16
- Autor:
- Eike Stepper
-
Konstruktorübersicht
Konstruktoren
-
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Methodendetails
-
-
-
accept
public void accept(T element)
- Angegeben von:
accept
in Schnittstelle Consumer<T>