摘要: Coding again the interface. interface: package com.frankmoley.lil.designpatternsapp.factory; public interface Pet { void setName(String name); String 阅读全文
posted @ 2020-11-11 17:38 Zhentiw 阅读(131) 评论(0) 推荐(0)
摘要: In previous post, we have follow code: const delayMessage = (message) => hardCode(message)(createTimeout(1000)); const sequence = (...broadcasters) => 阅读全文
posted @ 2020-11-11 16:46 Zhentiw 阅读(130) 评论(0) 推荐(0)