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>
|
* @param <T>
|
||||||
* the type of the object argument to the operation
|
* the type of the object argument to the operation
|
||||||
*
|
*
|
||||||
* @see BiConsumer
|
* @see java.util.function.BiConsumer
|
||||||
* @since 1.8
|
*
|
||||||
|
* @author <a href="mailto:ebenoit@ebenoit.info">E. Benoît</a>
|
||||||
*/
|
*/
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
public interface ObjFloatConsumer< T >
|
public interface ObjFloatConsumer< T >
|
||||||
|
|
Loading…
Reference in a new issue