OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LongConsumer
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/java/util/function/
LongConsumer.java
33
* {@code
LongConsumer
} is expected to operate via side-effects.
42
public interface
LongConsumer
{
52
* Returns a composed {@code
LongConsumer
} that performs, in sequence, this
59
* @return a composed {@code
LongConsumer
} that performs in sequence this
63
default
LongConsumer
andThen(
LongConsumer
after) {
/prebuilts/sdk/24/
android.jar
Completed in 185 milliseconds