kactoos-jvm / nnl.rocks.kactoos.scalar / AndInThreads / invoke
fun invoke(): Boolean
Overrides Scalar.invoke
Get value of this Scalar
Return The value
Since 0.2
operator fun <X : Any> invoke(proc: Proc<X>, vararg src: X): AndInThreads
proc - Proc to map
src - The iterable
X - Type of items in the iterableoperator fun <X : Any> invoke(func: Func<X, Boolean>, vararg src: X): AndInThreads
func - Func to map
src - The iterable
X - Type of items in the iterableoperator fun <X : Any> invoke(proc: Proc<X>, src: Iterable<X>): AndInThreads
src - The iterable
proc - Proc to use
X - Type of items in the iterableoperator fun <X : Any> invoke(func: Func<X, Boolean>, src: Iterable<X>): AndInThreads
src - The iterable
func - Func to map
X - Type of items in the iterableoperator fun <X : Any> invoke(svc: ExecutorService, proc: Proc<X>, vararg src: X): AndInThreads
svc - Executable service to run thread in
proc - Proc to map
src - The iterable
X - Type of items in the iterableoperator fun <X : Any> invoke(svc: ExecutorService, func: Func<X, Boolean>, vararg src: X): AndInThreads
svc - Executable service to run thread in
func - Func to map
src - The iterable
X - Type of items in the iterableoperator fun <X : Any> invoke(svc: ExecutorService, proc: Proc<X>, src: Iterable<X>): AndInThreads
Ctor.
svc - Executable service to run thread in
src - The iterable
proc - Proc to use
X - Type of items in the iterableoperator fun <X : Any> invoke(svc: ExecutorService, func: Func<X, Boolean>, src: Iterable<X>): AndInThreads
Ctor.
svc - Executable service to run thread in
src - The iterable
func - Func to map
X - Type of items in the iterable