A C M O S T 
All Classes All Packages

A

atMostOne() - Static method in class com.github.bannmann.labs.core.StreamExtras
Use with Stream.reduce(BinaryOperator) to ensure there is at most one element.
atMostOneThrowing(Supplier<E>) - Static method in class com.github.bannmann.labs.core.StreamExtras
Use with Stream.reduce(BinaryOperator) to ensure there is at most one element.

C

ClassExtras - Class in com.github.bannmann.labs.core
 
com.github.bannmann.labs.core - package com.github.bannmann.labs.core
 

M

MapExtras - Class in com.github.bannmann.labs.core
 

O

ObjectExtras - Class in com.github.bannmann.labs.core
 

S

StreamExtras - Class in com.github.bannmann.labs.core
 

T

tryCast(Object, Class<T>) - Static method in class com.github.bannmann.labs.core.ObjectExtras
 
tryGet(Map<K, V>, K) - Static method in class com.github.bannmann.labs.core.MapExtras
Gets the value to which the given key is mapped, if existing.
tryRemove(Map<K, V>, K) - Static method in class com.github.bannmann.labs.core.MapExtras
Removes a mapping for the given key, if one exists.
tryResolve(String) - Static method in class com.github.bannmann.labs.core.ClassExtras
 
A C M O S T 
All Classes All Packages