See: Description
| Interface | Description |
|---|---|
| BiConverter<T,U,R> |
A specialized
BiFunction that converts an object of type T to another of type R, by using an
object of type U. |
| Converter<T,R> | |
| Copier<T> |
A specialized
BiConsumer able to copy an object to another of the same type. |
| TriConsumer<T,U,V> |
Represents an operation that accepts three input arguments and returns no result.
|
Copyright © 2017–2019 Atlanmod. All rights reserved.