EmptyEntry

final class EmptyEntry[T <: Exec[T]] extends EntryOption[T]
trait EntryOption[T]
class Object
trait Matchable
class Any

Type members

Inherited types

protected type E = Entry[T]
Inherited from
EntryOption
protected type EOpt = EntryOption[T]
Inherited from
EntryOption

Value members

Concrete methods

def isDefined: Boolean
def isEmpty: Boolean
def orNull: E
override def toString: String
Definition Classes
Any