Index

I S T 
All Classes and Interfaces|All Packages

I

io.blt.util.stream - package io.blt.util.stream
 

S

SingletonCollectors - Class in io.blt.util.stream
Implementations of Collector that reduce to exactly one or zero elements.

T

toNullable() - Static method in class io.blt.util.stream.SingletonCollectors
Returns a Collector that accumulates the only element, if any, into a nullable Object.
toOptional() - Static method in class io.blt.util.stream.SingletonCollectors
Returns a Collector that accumulates the only element, if any, into an Optional.
I S T 
All Classes and Interfaces|All Packages