More JavaDoc fixes
This commit is contained in:
parent
1fba77ae9b
commit
210f7be6d2
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ package info.ebenoit.ebul.func;
|
|||
* @param <T>
|
||||
* the type of the object argument to the operation
|
||||
*
|
||||
* @see BiConsumer
|
||||
* @since 1.8
|
||||
* @see java.util.function.BiConsumer
|
||||
*
|
||||
* @author <a href="mailto:ebenoit@ebenoit.info">E. Benoît</a>
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface ObjFloatConsumer< T >
|
||||
|
|
Loading…
Reference in a new issue