| Package | Description |
|---|---|
| net.mintern.functions.unary |
Provides
@FunctionalInterfaces for 1-argument
operations. |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
ObjToBool.unchecked(Function<? super E,RuntimeException> toRuntime,
ObjToBoolE<T,E> f)
Returns a wrapped version of
f that uses toRuntime to convert any checked
Exception to a RuntimeException. |
static <T,E extends Exception> |
ObjToBool.unchecked(ObjToBoolE<T,E> f)
Returns a wrapped version of
f that wraps any checked Exception with a
RuntimeException. |
static <T,E extends IOException> |
ObjToBool.uncheckedIO(ObjToBoolE<T,E> f)
|
| Modifier and Type | Method and Description |
|---|---|
static <T> NilToBool |
ObjToBool.bind(ObjToBool<T> f,
T t)
Binds
(t) to f, returning a new function
of type () -> boolean. |
Copyright © 2015. All rights reserved.