| Constructor and Description |
|---|
Show() |
| Modifier and Type | Method and Description |
|---|---|
FList<Character> |
call(A a)
Returns the result of this function.
|
static <A> Show<A> |
defaultShow() |
void |
println(A a) |
abstract FList<Character> |
show(A a) |
static Show<Byte> |
showByte() |
static Show<Double> |
showDbl() |
static Show<Float> |
showFlt() |
static Show<Integer> |
showInt() |
static Show<Long> |
showLng() |
static Show<Short> |
showShort() |
static Show<String> |
showStr() |
Copyright © 2018. All rights reserved.