JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.approvej.print
Interface Printer<T>
Type Parameters:
T
- the type of the object to print
All Superinterfaces:
Function
<T,
String
>
public interface
Printer<T>
extends
Function
<T,
String
>
A
Function
that converts an object to a
String
.
Method Summary
Methods inherited from interface java.util.function.
Function
andThen
,
apply
,
compose