CompositingSupplier

sealed interface CompositingSupplier<T> : Supplier<T>

Supplier that composites two results together and supplies that result. May or may not be constant

Author

fzzyhmstrs

Since

0.6.8

Parameters

T

supplier type

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun get(): T