Index

I O P S T 
All Classes and Interfaces|All Packages

I

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

O

Obj - Class in io.blt.util
Static utility methods for operating on Object.

P

poke(T, Consumer<T>) - Static method in class io.blt.util.Obj
Passes the instance to the consumer, then returns the instance.

S

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

T

tap(Supplier<T>, Consumer<T>) - Static method in class io.blt.util.Obj
Calls the supplier to retrieve an instance which is mutated by the consumer then returned.
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 O P S T 
All Classes and Interfaces|All Packages