| Modifier and Type | Field and Description |
|---|---|
static Osgl.Function<File,InputStream> |
FILE_TO_IS |
static Osgl.Function |
PRINT |
static Osgl.Function |
PRINTLN |
| Constructor and Description |
|---|
F() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Osgl.Function<?,T> |
print() |
static <T> Osgl.Function<T,?> |
print(String prefix,
String suffix) |
static <T> Osgl.Function<T,?> |
print(String prefix,
String suffix,
PrintStream ps) |
static <T> Osgl.Function<?,T> |
println() |
public static Osgl.Function PRINTLN
public static Osgl.Function PRINT
public static final Osgl.Function<File,InputStream> FILE_TO_IS
public static <T> Osgl.Function<?,T> println()
public static <T> Osgl.Function<?,T> print()
public static <T> Osgl.Function<T,?> print(String prefix, String suffix)
public static <T> Osgl.Function<T,?> print(String prefix, String suffix, PrintStream ps)
Copyright © 2017. All Rights Reserved.