DoubleConsumer
Box.Dbl.set(double)
IntConsumer
Box.Int.set(int)
LongConsumer
Box.Lng.set(long)
Consumer
Box.set(T)
Function
Box.Nullable.set(T)
Converter.convert(A)
Box<Double>
Box.Dbl.getAsDouble()
Box<Integer>
Box.Int.getAsInt()
Box<Long>
Box.Lng.getAsLong()
Predicate
CharMatcher.matches(char)