ThreeDNodes

class ThreeDNodes[F[_]](val requestSession: RequestSession[F], modelId: Long, revisionId: Long) extends Readable[ThreeDNode, F] with RetrieveByIds[ThreeDNode, F] with WithRequestSession[F]
Companion
object
trait BaseUrl
class Object
trait Matchable
class Any

Value members

Concrete methods

def ancestors(nodeId: Long): ThreeDAncestorNodes[F]
override def retrieveByIds(ids: Seq[Long]): F[Seq[ThreeDNode]]
Definition Classes

Inherited methods

def list(limit: Option[Int]): Stream[F, ThreeDNode]
Inherited from
Readable
def read(limit: Option[Int]): F[ItemsWithCursor[ThreeDNode]]
Inherited from
Readable
@SuppressWarnings(scala.Array.apply[java.lang.String]("org.wartremover.warts.TraversableOps")(scala.reflect.ClassTag.apply[java.lang.String](classOf[java.lang.String])))
def retrieveById(id: Long): F[ThreeDNode]
Inherited from
RetrieveByIds

Concrete fields

override val baseUrl: Uri